Searched defs:isObjCNSObjectType (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | Type.cpp | 2196 bool Type::isObjCNSObjectType() const { function in class:Type 2204 isObjCNSObjectType(); |
/external/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1422 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext 1423 return Ty->isObjCNSObjectType(); |
Completed in 127 milliseconds