Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclLookups.h74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_begin()
83 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups_end()
DDeclBase.h1047 ASTContext &getParentASTContext() const { in getParentASTContext() function
/external/clang/lib/AST/
DDeclBase.cpp919 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in reconcileExternalVisibleStorage()
930 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage()
971 ASTContext &Context = DC->getParentASTContext(); in SetNoExternalVisibleDeclsForName()
986 ASTContext &Context = DC->getParentASTContext(); in SetExternalVisibleDeclsForName()
1208 !getParentASTContext().getLangOpts().CPlusPlus))) in buildLookupImpl()
1237 Map = CreateStoredDeclsMap(getParentASTContext()); in lookup()
1247 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup()
1417 (getParentASTContext().getLangOpts().CPlusPlus || in makeDeclVisibleInContextWithFlags()
1445 ASTContext *C = &getParentASTContext(); in makeDeclVisibleInContextImpl()
1454 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl()
DDeclFriend.cpp67 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend()
/external/clang/lib/Analysis/
DUninitializedValues.cpp295 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()