Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1839 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1844 TypedefDecl *getObjCInstanceTypeDecl();
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6840 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7398 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()