Home
last modified time | relevance | path

Searched refs:getObjCClassDecl (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1526 TypedefDecl *getObjCClassDecl() const;
1533 return getTypeDeclType(getObjCClassDecl()); in getObjCClassType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp189 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp5974 TypedefDecl *ASTContext::getObjCClassDecl() const { in getObjCClassDecl() function in ASTContext
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp6047 return Context.getObjCClassDecl(); in getPredefinedDecl()