/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 154 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 …]
|
D | ASTMerge.cpp | 34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
D | FrontendAction.cpp | 144 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/ |
D | clang-import-test.cpp | 262 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/ |
D | FrontendActions.cpp | 91 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/ |
D | FrontendActions.cpp | 428 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()
|
D | FrontendAction.cpp | 451 CompilerInstance &CI = getCompilerInstance(); in Execute() 474 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() 530 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles() 538 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
D | ASTMerge.cpp | 35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction() 33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
|
/external/llvm-project/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction() 33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 97 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/ |
D | CodeGenActionTest.cpp | 33 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
D | FrontendActionTest.cpp | 163 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
|
/external/llvm-project/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
D | FrontendActionTest.cpp | 166 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
|
/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | FrontendAction.h | 119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 892 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction() 1016 CompilerInstance &CI = getCompilerInstance(); in loadModule() 1084 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 674 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction() 788 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/llvm-project/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 194 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | IncludeFixer.cpp | 41 clang::CompilerInstance *Compiler = &getCompilerInstance(); in ExecuteAction()
|