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

/external/clang/lib/AST/
H A DDeclFriend.cpp63 ExternalASTSource *Source = getParentASTContext().getExternalSource();
H A DDeclBase.cpp77 assert(!Parent || &Parent->getParentASTContext() == &Ctx);
1066 ExternalASTSource *Source = getParentASTContext().getExternalSource();
1101 ASTContext &Context = DC->getParentASTContext();
1117 ASTContext &Context = DC->getParentASTContext();
1348 !getParentASTContext().getLangOpts().CPlusPlus)))
1374 ExternalASTSource *Source = getParentASTContext().getExternalSource();
1391 Map = CreateStoredDeclsMap(getParentASTContext());
1565 (getParentASTContext().getLangOpts().CPlusPlus ||
1593 ASTContext *C = &getParentASTContext();
1602 if (ExternalASTSource *Source = getParentASTContext()
[all...]
H A DType.cpp1248 return substObjCTypeArgs(dc->getParentASTContext(), *subs, context);
1319 ASTContext &ctx = dc->getParentASTContext();
/external/clang/include/clang/AST/
H A DDeclLookups.h74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
H A DDeclBase.h1224 ASTContext &getParentASTContext() const { function in class:clang::DeclContext
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp295 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E)))
463 const Expr *Ex = stripCasts(DC->getParentASTContext(), *I);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp46 &decl_ctx->getParentASTContext(),
/external/lldb/source/Expression/
H A DClangUserExpression.cpp236 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function_decl);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp2279 ClangASTMetadata *metadata = GetMetadata (&decl_ctx->getParentASTContext(), function_decl);

Completed in 101 milliseconds