Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp72 decl_map->InstallASTContext(*target_ast); in SetUp()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);
H A DClangExpressionParser.cpp1162 decl_map->InstallASTContext(*m_ast_context); in ParseInternal()
H A DClangASTSource.cpp63 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext() function in ClangASTSource
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9807 m_scratch_ast_source_up->InstallASTContext(*this); in SpecializedScratchAST()
9828 m_scratch_ast_source_up->InstallASTContext(*this); in ScratchTypeSystemClang()