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

/external/clang/include/clang/AST/
H A DType.h1701 bool isObjCObjectOrInterfaceType() const;
5563 inline bool Type::isObjCObjectOrInterfaceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Parse/
H A DParseExpr.cpp929 if (Typ.get()->isObjCObjectOrInterfaceType()) {
H A DParseObjc.cpp2999 if (!Type.get().isNull() && Type.get()->isObjCObjectOrInterfaceType()) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3474 if (!T.get().isNull() && T.get()->isObjCObjectOrInterfaceType())
3680 BaseType->isObjCObjectOrInterfaceType()) {
H A DSemaExprCXX.cpp6027 if (BaseType->isObjCObjectOrInterfaceType()) {
H A DSemaTemplate.cpp270 if (ObjectType->isObjCObjectOrInterfaceType()) {
H A DSemaOverload.cpp4107 else if (UnqualT1->isObjCObjectOrInterfaceType() &&
4108 UnqualT2->isObjCObjectOrInterfaceType() &&

Completed in 263 milliseconds