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.cpp689 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local
692 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()
1106 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local
1108 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1112 if (ast_context.getLangOpts().Modules) { in ParseInternal()
1124 if (ast_context.getExternalSource()) { in ParseInternal()
1126 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1133 ast_context.setExternalSource(Source); in ParseInternal()
1135 ast_context.setExternalSource(ast_source); in ParseInternal()
1141 if (ast_context.getLangOpts().Modules) { in ParseInternal()
[all …]
H A DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);