Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp57 T->isObjCSelType()) in isCallback()
/external/clang/tools/libclang/
DCXType.cpp117 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/external/clang/include/clang/AST/
DType.h1694 bool isObjCSelType() const; // Class
5375 inline bool Type::isObjCSelType() const {
5381 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h2219 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/external/clang/lib/Sema/
DSemaExprMember.cpp1587 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
DSemaCast.cpp1716 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
DSemaExpr.cpp6390 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
6395 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/external/clang/lib/AST/
DDeclObjC.cpp950 if (!ArgT->isObjCSelType()) { in getMethodFamily()
DASTContext.cpp5540 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()