Lines Matching refs:ast_context
715 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local
718 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()
1131 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local
1133 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1137 if (ast_context.getLangOpts().Modules) { in ParseInternal()
1149 if (ast_context.getExternalSource()) { in ParseInternal()
1151 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1158 ast_context.setExternalSource(Source); in ParseInternal()
1160 ast_context.setExternalSource(ast_source); in ParseInternal()
1166 if (ast_context.getLangOpts().Modules) { in ParseInternal()
1180 if (ast_context.getLangOpts().Modules) in ParseInternal()