Lines Matching defs:ast_context
689 clang::ASTContext &ast_context = m_compiler->getASTContext();
692 "Expression ASTContext for '" + m_filename + "'", ast_context);
1106 clang::ASTContext &ast_context = m_compiler->getASTContext();
1108 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context,
1112 if (ast_context.getLangOpts().Modules) {
1124 if (ast_context.getExternalSource()) {
1126 new ExternalASTSourceWrapper(ast_context.getExternalSource());
1133 ast_context.setExternalSource(Source);
1135 ast_context.setExternalSource(ast_source);
1141 if (ast_context.getLangOpts().Modules) {
1155 if (ast_context.getLangOpts().Modules)