Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp154 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
192 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
340 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
505 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
728 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
737 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction()
744 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
749 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
759 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
777 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
[all …]
DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendAction.cpp144 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
943 CompilerInstance &CI = getCompilerInstance(); in Execute()
972 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1030 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1038 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp262 CompilerInstance &getCompilerInstance() { return *CI; } in getCompilerInstance() function
283 IndirectCI.getCompilerInstance(), *ST, *BC); in BuildIndirect()
284 IndirectCI.getCompilerInstance().setASTContext(AST.release()); in BuildIndirect()
309 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC); in Parse()
310 CI.getCompilerInstance().setASTContext(AST.release()); in Parse()
318 init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx)); in Parse()
327 CI.getCompilerInstance().getLangOpts(), in Parse()
328 &CI.getCompilerInstance().getPreprocessor()); in Parse()
332 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers)) in Parse()
/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/clang/unittests/AST/
DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction()
33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
/external/llvm-project/clang/unittests/AST/
DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction()
33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
305 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp33 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendActionTest.cpp163 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
/external/llvm-project/clang/unittests/Frontend/
DCodeGenActionTest.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DFrontendActionTest.cpp166 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
/external/clang/include/clang/Frontend/
DFrontendAction.h114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp892 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
1016 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1084 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp674 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
788 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp194 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp41 clang::CompilerInstance *Compiler = &getCompilerInstance(); in ExecuteAction()