Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclLookups.h72 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_begin()
81 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_end()
DDeclBase.h1020 ASTContext &getParentASTContext() const { in getParentASTContext() function
/external/clang/lib/AST/
DDeclBase.cpp943 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()
/external/clang/lib/Analysis/
DUninitializedValues.cpp295 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()