Searched refs:getCompilerInstance (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 150 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles() 188 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles() 334 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 499 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 722 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction() 731 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction() 738 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() 743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction() 753 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() 771 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() [all …]
|
H A D | FrontendAction.cpp | 144 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule() 945 CompilerInstance &CI = getCompilerInstance(); in Execute() 974 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() 1032 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles() 1040 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
H A D | ASTMerge.cpp | 34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
H A 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() 310 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC); in Parse() 311 CI.getCompilerInstance().setASTContext(AST.release()); in Parse() 319 init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx)); in Parse() 328 CI.getCompilerInstance().getLangOpts(), in Parse() 329 &CI.getCompilerInstance().getPreprocessor()); in Parse() 333 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers)) in Parse()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 197 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter 209 getCompilerInstance()->getASTContext().getTargetInfo().getTriple(); in Execute()
|
H A D | IncrementalParser.cpp | 79 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/ |
H A D | Interpreter.h | 57 const CompilerInstance *getCompilerInstance() const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendAction.h | 119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 872 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction() 976 CompilerInstance &CI = getCompilerInstance(); in loadModule() 1048 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|