Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp83 T->isObjCSelType()) in isCallback()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2594 bool isObjCSelType() const; // Class
8182 inline bool Type::isObjCSelType() const {
8189 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2961 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1686 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
H A DSemaExprObjC.cpp4967 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
4972 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
H A DSemaCast.cpp2099 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1122 if (!ArgT->isObjCSelType()) { in getMethodFamily()
H A DASTContext.cpp8669 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()