Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp150 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 DFrontendAction.cpp144 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 DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A 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()
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 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp197 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
209 getCompilerInstance()->getASTContext().getTargetInfo().getTriple(); in Execute()
H A DIncrementalParser.cpp79 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/
H A DInterpreter.h57 const CompilerInstance *getCompilerInstance() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp872 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
976 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1048 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()