Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp72 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
177 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
228 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
356 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
602 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
872 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
1006 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
1024 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
1036 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
1050 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DFrontendAction.cpp292 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
1220 CompilerInstance &CI = getCompilerInstance(); in Execute()
1244 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1311 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1319 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp96 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()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp349 getCompilerInstance().getSema().CurContext = nullptr; in ExecuteAction()
517 *Interp->DeviceCI, *Interp->getCompilerInstance(), IMVFS, Err, in createWithCUDA()
527 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in clang::Interpreter
531 CompilerInstance *Interpreter::getCompilerInstance() { return CI.get(); } in getCompilerInstance() function in clang::Interpreter
543 return getCompilerInstance()->getASTContext(); in getASTContext()
547 return getCompilerInstance()->getASTContext(); in getASTContext()
606 getCompilerInstance()->getDiagnostics().setSeverity( in Parse()
655 const std::string &TT = getCompilerInstance()->getTargetOpts().Triple; in CreateExecutor()
810 !getCompilerInstance()->getPreprocessorOpts().Includes.empty()) || in GenModule()
H A DInterpreterValuePrinter.cpp43 getCompilerInstance()->getSema().LookupDestructor(CXXRD); in CompileDtorCall()
158 Sema &S = getCompilerInstance()->getSema(); in ExtractValueFromExpr()
250 getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in ExtractValueFromExpr()
H A DCodeCompletion.cpp240 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h150 const CompilerInstance *getCompilerInstance() const;
151 CompilerInstance *getCompilerInstance();
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h120 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp499 ImplEndSourceFileAction(getCompilerInstance()); in EndSourceFileAction()
555 ImplEndSourceFileAction(getCompilerInstance()); in EndSourceFileAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp912 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
1008 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1117 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()