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

/external/clang/include/clang/AST/
H A DASTContext.h1604 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext
1605 return Ty->isObjCNSObjectType();
H A DType.h1555 bool isObjCNSObjectType() const; // __attribute__((NSObject))
/external/clang/lib/AST/
H A DType.cpp2383 bool Type::isObjCNSObjectType() const { function in class:Type
2391 isObjCNSObjectType();
H A DASTContext.cpp4725 return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) ||
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp794 if (C.getASTContext().isObjCNSObjectType(ArgTy))
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1962 } else if (CGM.getContext().isObjCNSObjectType(type) ||
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2349 (Receiver && Context.isObjCNSObjectType(Receiver->getType()))) {
H A DSemaDeclAttr.cpp3364 S.Context.isObjCNSObjectType(type);
H A DSemaExpr.cpp8642 ((Context.isObjCNSObjectType(LHSType) &&
8644 (Context.isObjCNSObjectType(RHSType) &&

Completed in 352 milliseconds