Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
174 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
182 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
190 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/lib/Frontend/
DFrontendActions.cpp403 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
551 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
562 getCompilerInstance().getFileManager(), in ExecuteAction()
571 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
589 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
601 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
610 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
624 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
696 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendAction.cpp433 CompilerInstance &CI = getCompilerInstance(); in Execute()
454 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
511 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
519 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.cpp584 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
679 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()