Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp264 CompilerInstance &getCompilerInstance() { return *CI; } in getCompilerInstance() function
285 IndirectCI.getCompilerInstance(), *ST, *BC); in BuildIndirect()
286 IndirectCI.getCompilerInstance().setASTContext(AST.release()); in BuildIndirect()
312 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC); in Parse()
313 CI.getCompilerInstance().setASTContext(AST.release()); in Parse()
321 init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx)); in Parse()
330 CI.getCompilerInstance().getLangOpts(), in Parse()
331 &CI.getCompilerInstance().getPreprocessor()); in Parse()
335 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers)) in Parse()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp72 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
176 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
214 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
304 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
540 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
784 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
911 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
929 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
941 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
955 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DFrontendAction.cpp152 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
1052 CompilerInstance &CI = getCompilerInstance(); in Execute()
1081 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1139 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1147 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/
H A DInterpreter.h59 const CompilerInstance *getCompilerInstance() const;
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp202 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
221 getCompilerInstance()->getASTContext().getTargetInfo(); in Execute()
H A DIncrementalParser.cpp89 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/openbsd-src/gnu/llvm/clang/tools/clang-repl/
H A DClangRepl.cpp139 return checkDiagErrors(Interp->getCompilerInstance(), HasError); in main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp997 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
1103 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1177 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()