Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2189 static bool isObjCNSObjectType(QualType Ty) { in isObjCNSObjectType() function
2190 return Ty->isObjCNSObjectType(); in isObjCNSObjectType()
H A DType.h2049 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp763 if (C.getASTContext().isObjCNSObjectType(ArgTy)) in checkPreObjCMessage()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4257 bool Type::isObjCNSObjectType() const { in isObjCNSObjectType() function in Type
4279 isObjCNSObjectType(); in isObjCRetainableType()
H A DASTContext.cpp6796 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) || in BlockRequiresCopying()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2582 } else if (CGM.getContext().isObjCNSObjectType(type) || in buildByrefHelpers()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2952 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) { in BuildInstanceMessage()
H A DSemaDeclAttr.cpp5327 QT->isObjCNSObjectType(); in isValidSubjectOfNSAttribute()
H A DSemaExpr.cpp13157 ((Context.isObjCNSObjectType(LHSType) && in CheckAssignmentOperands()
13159 (Context.isObjCNSObjectType(RHSType) && in CheckAssignmentOperands()