Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2364 static bool isObjCNSObjectType(QualType Ty) { in isObjCNSObjectType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4929 bool Type::isObjCNSObjectType() const { in isObjCNSObjectType() function in Type