Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1490 return getTypeDeclType(getObjCInstanceTypeDecl()); in getObjCInstanceType()
1495 TypedefDecl *getObjCInstanceTypeDecl();
/external/clang/lib/AST/
DASTContext.cpp5101 TypedefDecl *ASTContext::getObjCInstanceTypeDecl() { in getObjCInstanceTypeDecl() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6403 return Context.getObjCInstanceTypeDecl(); in getPredefinedDecl()