Searched refs:getParentASTContext (Results 1 – 4 of 4) sorted by relevance
72 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_begin()81 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_end()
1020 ASTContext &getParentASTContext() const { in getParentASTContext() function
943 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in reconcileExternalVisibleStorage()954 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage()995 ASTContext &Context = DC->getParentASTContext(); in SetNoExternalVisibleDeclsForName()1010 ASTContext &Context = DC->getParentASTContext(); in SetExternalVisibleDeclsForName()1220 Map = CreateStoredDeclsMap(getParentASTContext()); in lookup()1230 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup()1361 (getParentASTContext().getLangOpts().CPlusPlus || in makeDeclVisibleInContextWithFlags()1389 ASTContext *C = &getParentASTContext(); in makeDeclVisibleInContextImpl()1398 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl()
295 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()