Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp101 T->isObjCSelType()) in isCallback()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp150 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2091 bool isObjCSelType() const; // Class
6842 inline bool Type::isObjCSelType() const {
6849 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2675 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp1622 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
H A DSemaCast.cpp2031 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
H A DSemaExpr.cpp8412 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
8417 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1071 if (!ArgT->isObjCSelType()) { in getMethodFamily()
H A DASTContext.cpp7445 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()