Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);
H A DClangExpressionParser.cpp1159 decl_map->InstallASTContext(*m_ast_context); in ParseInternal()
H A DClangASTSource.cpp62 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext() function in ClangASTSource
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9710 m_scratch_ast_source_up->InstallASTContext(*this); in SpecializedScratchAST()
9731 m_scratch_ast_source_up->InstallASTContext(*this); in ScratchTypeSystemClang()