Home
last modified time | relevance | path

Searched refs:ast_context (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp889 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local
892 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()
1304 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local
1306 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1310 if (ast_context.getLangOpts().Modules) { in ParseInternal()
1324 if (ast_context.getExternalSource()) { in ParseInternal()
1326 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1331 ast_context.setExternalSource(multiplexer); in ParseInternal()
1333 ast_context.setExternalSource(ast_source); in ParseInternal()
1340 if (ast_context.getLangOpts().Modules) { in ParseInternal()
[all …]
H A DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);