Searched defs:isObjCNSObjectType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp2383 bool Type::isObjCNSObjectType() const { function in class:Type
2391 isObjCNSObjectType();
/external/clang/include/clang/AST/
H A DASTContext.h1604 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext
1605 return Ty->isObjCNSObjectType();

Completed in 2615 milliseconds