Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp84 T->isObjCSelType()) in isCallback()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp156 else if (Ctx.isObjCSelType(UnqualT)) in MakeCXType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2167 bool isObjCSelType() const; // Class
6980 inline bool Type::isObjCSelType() const {
6987 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2830 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp1649 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
H A DSemaCast.cpp2043 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
H A DSemaExpr.cpp8813 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
8818 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1087 if (!ArgT->isObjCSelType()) { in getMethodFamily()
H A DASTContext.cpp8093 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()