Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp82 T->isObjCSelType()) in isCallback()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1621 !S.Context.getObjCSelRedefinitionType()->isObjCSelType()) { in LookupMemberExpr()
H A DSemaExprObjC.cpp4961 if (Context.isObjCSelType(LHSTy) && in FindCompositeObjCPointerType()
4966 if (Context.isObjCSelType(RHSTy) && in FindCompositeObjCPointerType()
H A DSemaObjCProperty.cpp1303 if (Context.isObjCSelType(QualType(PropertyIvarType.getTypePtr(), 0))) { in ActOnPropertyImplDecl()
H A DSemaCast.cpp2130 if (SrcPtrTy->isObjCSelType()) { in DiagnoseCastOfObjCSEL()
H A DSemaDeclObjC.cpp5591 if (Context.isObjCSelType(T.getUnqualifiedType())) { in ActOnIvar()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2657 bool isObjCSelType() const; // Class
8571 inline bool Type::isObjCSelType() const {
8578 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h3165 bool isObjCSelType(QualType T) const { in isObjCSelType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1119 if (!ArgT->isObjCSelType()) { in getMethodFamily()
H A DASTContext.cpp9268 if (PT->isObjCSelType()) { in getObjCEncodingForTypeImpl()