Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2287 static bool isObjCNSObjectType(QualType Ty) { in isObjCNSObjectType() function
2288 return Ty->isObjCNSObjectType(); in isObjCNSObjectType()
H A DType.h2299 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp772 if (C.getASTContext().isObjCNSObjectType(ArgTy)) in checkPreObjCMessage()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4684 bool Type::isObjCNSObjectType() const { in isObjCNSObjectType() function in Type
4699 isObjCNSObjectType(); in isObjCRetainableType()
H A DASTContext.cpp7536 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) || in BlockRequiresCopying()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2519 } else if (CGM.getContext().isObjCNSObjectType(type) || in buildByrefHelpers()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2953 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) { in BuildInstanceMessage()
H A DSemaExpr.cpp14609 ((Context.isObjCNSObjectType(LHSType) && in CheckAssignmentOperands()
14611 (Context.isObjCNSObjectType(RHSType) && in CheckAssignmentOperands()
H A DSemaDeclAttr.cpp5969 QT->isObjCNSObjectType(); in isValidSubjectOfNSAttribute()