Home
last modified time | relevance | path

Searched refs:getObjCInstanceTypeDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1731 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1736 TypedefDecl *getObjCInstanceTypeDecl();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6115 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7288 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()