Home
last modified time | relevance | path

Searched refs:getCompilerInstance (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
175 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
183 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
191 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/lib/Frontend/
DFrontendActions.cpp428 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
598 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
609 getCurrentFile(), getCompilerInstance().getFileManager(), in ExecuteAction()
610 getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
619 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
637 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
649 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
658 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
672 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
746 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendAction.cpp451 CompilerInstance &CI = getCompilerInstance(); in Execute()
474 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
530 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
538 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DASTMerge.cpp35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp241 getCompilerInstance().getFrontendOpts().Inputs; in ExecuteAction()
249 clang::Preprocessor& preprocessor = getCompilerInstance().getPreprocessor(); in Preprocess()
251 &getCompilerInstance().getSourceManager(), in Preprocess()
254 &getCompilerInstance().getHeaderSearchOpts())); in Preprocess()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction()
33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp33 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendActionTest.cpp163 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
/external/clang/include/clang/Frontend/
DFrontendAction.h114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp674 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
788 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()