Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp83 T->isObjCSelType()) in isCallback()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2341 bool isObjCSelType() const; // Class
7257 inline bool Type::isObjCSelType() const {
7264 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2872 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1673 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
H A DSemaCast.cpp2090 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
H A DSemaExpr.cpp9402 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
9407 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1122 if (!ArgT->isObjCSelType()) { in getMethodFamily()
H A DASTContext.cpp8211 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()