Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp670 if (typeArg->isObjCNSObjectType()) { in applyObjCTypeArgs()
1722 QT->isObjCNSObjectType(); in isValidSubjectOfNSAttribute()
H A DSemaExprObjC.cpp2946 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) { in BuildInstanceMessage()
H A DSemaExpr.cpp13981 ((Context.isObjCNSObjectType(LHSType) && in CheckAssignmentOperands()
13983 (Context.isObjCNSObjectType(RHSType) && in CheckAssignmentOperands()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp767 if (C.getASTContext().isObjCNSObjectType(ArgTy)) in checkPreObjCMessage()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2546 static bool isObjCNSObjectType(QualType Ty) { in isObjCNSObjectType() function
2547 return Ty->isObjCNSObjectType(); in isObjCNSObjectType()
H A DType.h2615 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5178 bool Type::isObjCNSObjectType() const { in isObjCNSObjectType() function in Type
5192 isObjCNSObjectType(); in isObjCRetainableType()
H A DASTContext.cpp8590 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) || in BlockRequiresCopying()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2622 } else if (CGM.getContext().isObjCNSObjectType(type) || in buildByrefHelpers()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8916 {"_ZNK5clang10ASTContext18isObjCNSObjectTypeENS_8QualTypeE", "clang::ASTContext::isObjCNSObjectType