Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp77 assert(!Parent || &Parent->getParentASTContext() == &Ctx); in operator new()
1066 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage()
1101 ASTContext &Context = DC->getParentASTContext(); in SetNoExternalVisibleDeclsForName()
1117 ASTContext &Context = DC->getParentASTContext(); in SetExternalVisibleDeclsForName()
1348 !getParentASTContext().getLangOpts().CPlusPlus))) in buildLookupImpl()
1374 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup()
1391 Map = CreateStoredDeclsMap(getParentASTContext()); in lookup()
1565 (getParentASTContext().getLangOpts().CPlusPlus || in makeDeclVisibleInContextWithFlags()
1593 ASTContext *C = &getParentASTContext(); in makeDeclVisibleInContextImpl()
1602 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl()
DDeclFriend.cpp63 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend()
DType.cpp1248 return substObjCTypeArgs(dc->getParentASTContext(), *subs, context); in substObjCMemberType()
1319 ASTContext &ctx = dc->getParentASTContext(); in getObjCSubstitutions()
/external/clang/include/clang/AST/
DDeclLookups.h74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
DDeclBase.h1224 ASTContext &getParentASTContext() const { in getParentASTContext() function
/external/clang/lib/Analysis/
DUninitializedValues.cpp295 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()
463 const Expr *Ex = stripCasts(DC->getParentASTContext(), *I); in VisitCallExpr()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp46 &decl_ctx->getParentASTContext(), in FindExternalVisibleDeclsByName()
/external/lldb/source/Expression/
DClangUserExpression.cpp236 …TMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function… in ScanContext()
/external/lldb/source/Symbol/
DClangASTContext.cpp2279 … ClangASTMetadata *metadata = GetMetadata (&decl_ctx->getParentASTContext(), function_decl); in GetClassMethodInfoForDeclContext()