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

/external/clang/lib/AST/
H A DType.cpp2349 bool Type::isObjCNSObjectType() const { function in class:Type
2357 isObjCNSObjectType();
/external/clang/include/clang/AST/
H A DASTContext.h1541 static bool isObjCNSObjectType(QualType Ty) { function in class:clang::ASTContext
1542 return Ty->isObjCNSObjectType();

Completed in 134 milliseconds