Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1794 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1799 TypedefDecl *getObjCInstanceTypeDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6821 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7371 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()