Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2364 static bool isObjCNSObjectType(QualType Ty) { in isObjCNSObjectType() function
2365 return Ty->isObjCNSObjectType(); in isObjCNSObjectType()
H A DType.h2552 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp674 if (typeArg->isObjCNSObjectType()) { in applyObjCTypeArgs()
1724 QT->isObjCNSObjectType(); in isValidSubjectOfNSAttribute()
H A DSemaExprObjC.cpp2957 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) { in BuildInstanceMessage()
H A DSemaExpr.cpp13581 ((Context.isObjCNSObjectType(LHSType) && in CheckAssignmentOperands()
13583 (Context.isObjCNSObjectType(RHSType) && in CheckAssignmentOperands()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp768 if (C.getASTContext().isObjCNSObjectType(ArgTy)) in checkPreObjCMessage()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4929 bool Type::isObjCNSObjectType() const { in isObjCNSObjectType() function in Type
4944 isObjCNSObjectType(); in isObjCRetainableType()
H A DASTContext.cpp7992 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) || in BlockRequiresCopying()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2536 } else if (CGM.getContext().isObjCNSObjectType(type) || in buildByrefHelpers()