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

/external/clang/lib/AST/
H A DType.cpp2196 bool Type::isObjCNSObjectType() const { function in class:Type
2204 isObjCNSObjectType();
/external/clang/include/clang/AST/
H A DASTContext.h1422 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext
1423 return Ty->isObjCNSObjectType();

Completed in 65 milliseconds