Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h69 void InstallASTContext(clang::ASTContext &ast_context,
H A DClangExpressionParser.cpp527 decl_map->InstallASTContext(ast_context, m_compiler->getFileManager()); in ClangExpressionParser()
H A DClangASTSource.cpp62 void ClangASTSource::InstallASTContext(clang::ASTContext &ast_context, in InstallASTContext() function in ClangASTSource
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp723 ast_sp->m_scratch_ast_source_ap->InstallASTContext( in CreateInstance()