Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp57 T->isObjCSelType()) in isCallback()
/external/clang/tools/libclang/
DCXType.cpp119 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp101 T->isObjCSelType()) in isCallback()
/external/clang/include/clang/AST/
DType.h1726 bool isObjCSelType() const; // Class
5591 inline bool Type::isObjCSelType() const {
5597 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h2244 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/external/llvm-project/clang/tools/libclang/
DCXType.cpp150 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/external/llvm-project/clang/include/clang/AST/
DType.h2084 bool isObjCSelType() const; // Class
6810 inline bool Type::isObjCSelType() const {
6817 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h2634 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/external/clang/lib/Sema/
DSemaExprMember.cpp1652 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
DSemaCast.cpp1716 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
DSemaExpr.cpp6778 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
6783 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1623 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
DSemaCast.cpp1935 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
DSemaExpr.cpp8312 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
8317 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/external/clang/lib/AST/
DDeclObjC.cpp982 if (!ArgT->isObjCSelType()) { in getMethodFamily()
DASTContext.cpp5637 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1070 if (!ArgT->isObjCSelType()) { in getMethodFamily()
DASTContext.cpp7340 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()