Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp90 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.cpp426 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
596 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
607 getCurrentFile(), getCompilerInstance().getFileManager(), in ExecuteAction()
608 getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
617 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
635 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
647 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
656 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
670 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
742 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendAction.cpp433 CompilerInstance &CI = getCompilerInstance(); in Execute()
456 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
512 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
520 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DASTMerge.cpp35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction()
33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
/external/clang/include/clang/Frontend/
DFrontendAction.h114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp163 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp149 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp642 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
740 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()