Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp72 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
312 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
554 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
816 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
942 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
960 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
986 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
1078 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
1088 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
1136 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DFrontendAction.cpp158 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
1063 CompilerInstance &CI = getCompilerInstance(); in Execute()
1092 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1153 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1161 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp321 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
325 CompilerInstance *Interpreter::getCompilerInstance() { in getCompilerInstance() function in Interpreter
339 return getCompilerInstance()->getASTContext(); in getASTContext()
343 return getCompilerInstance()->getASTContext(); in getASTContext()
364 getCompilerInstance()->getDiagnostics().setSeverity( in Parse()
371 getCompilerInstance()->getASTContext().getTargetInfo(); in CreateExecutor()
491 getCompilerInstance()->getSema().LookupDestructor(CXXRD); in CompileDtorCall()
512 Sema &S = getCompilerInstance()->getSema(); in FindRuntimeInterface()
599 Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in getCall()
731 Sema &S = getCompilerInstance()->getSema(); in SynthesizeExpr()
H A DCodeCompletion.cpp239 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DIncrementalParser.cpp163 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
187 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
196 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
306 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h103 const CompilerInstance *getCompilerInstance() const;
104 CompilerInstance *getCompilerInstance();
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp128 auto *MainCI = (*Interp)->getCompilerInstance(); in operator ()()
131 MainInterp.getCompilerInstance(), Results); in operator ()()
267 return checkDiagErrors(Interp->getCompilerInstance(), HasError); in main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp977 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
1059 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1159 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()