Home
last modified time | relevance | path

Searched refs:isObjCSelType (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp107 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp60 T->isObjCSelType()) in isCallbackArg()
/external/clang/include/clang/AST/
DType.h1557 bool isObjCSelType() const; // Class
4867 inline bool Type::isObjCSelType() const {
4873 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h1902 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/external/clang/lib/AST/
DTypePrinter.cpp1221 else if (T->isObjCSelType()) in printObjCObjectPointerBefore()
DDeclObjC.cpp681 if (!ArgT->isObjCSelType()) { in getMethodFamily()
DASTContext.cpp5039 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()
/external/clang/lib/Sema/
DSemaExprMember.cpp1449 !Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
DSemaCast.cpp1489 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
DSemaExpr.cpp5184 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
5189 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()