Searched refs:getObjCClassDecl (Results 1 – 4 of 4) sorted by relevance
2123 TypedefDecl *getObjCClassDecl() const;2130 return getTypeDeclType(getObjCClassDecl()); in getObjCClassType()
361 PushOnScopeChains(Context.getObjCClassDecl(), TUScope); in Initialize()
7759 return Context.getObjCClassDecl(); in getPredefinedDecl()
9163 TypedefDecl *ASTContext::getObjCClassDecl() const { in getObjCClassDecl() function in ASTContext