Searched refs:isObjCObjectOrInterfaceType (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp729 return GetCanonicalQualType()->isObjCObjectOrInterfaceType();
1343 if (pointee_type->isObjCObjectOrInterfaceType())
1352 if (qual_type->isObjCObjectOrInterfaceType())
1771 if (qual_type->isObjCObjectOrInterfaceType())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1563 bool isObjCObjectOrInterfaceType() const;
4925 inline bool Type::isObjCObjectOrInterfaceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp826 if (Typ.get()->isObjCObjectOrInterfaceType()) {
H A DParseObjc.cpp2304 if (!Type.get().isNull() && Type.get()->isObjCObjectOrInterfaceType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3364 if (!T.get().isNull() && T.get()->isObjCObjectOrInterfaceType())
3583 BaseType->isObjCObjectOrInterfaceType()) {
H A DSemaOverload.cpp3981 else if (UnqualT1->isObjCObjectOrInterfaceType() &&
3982 UnqualT2->isObjCObjectOrInterfaceType() &&
H A DSemaExprCXX.cpp5300 if (BaseType->isObjCObjectOrInterfaceType()) {
H A DSemaTemplate.cpp266 if (ObjectType->isObjCObjectOrInterfaceType()) {

Completed in 380 milliseconds