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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1569 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext
1570 return Ty->isObjCNSObjectType();
H A DType.h1556 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp752 if (C.getASTContext().isObjCNSObjectType(ArgTy))
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2357 bool Type::isObjCNSObjectType() const { function in class:Type
2365 isObjCNSObjectType();
H A DASTContext.cpp4665 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) ||
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1968 } else if (CGM.getContext().isObjCNSObjectType(type) ||
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2309 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) {
H A DSemaDeclAttr.cpp4129 S.Context.isObjCNSObjectType(type);
H A DSemaExpr.cpp8418 ((Context.isObjCNSObjectType(LHSType) &&
8420 (Context.isObjCNSObjectType(RHSType) &&

Completed in 267 milliseconds