Home
last modified time | relevance | path

Searched refs:getCompilerInstance (Results 1 – 9 of 9) 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()
340 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
584 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
844 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
977 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
995 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
1007 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
1021 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DFrontendAction.cpp158 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
1072 CompilerInstance &CI = getCompilerInstance(); in Execute()
1101 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1162 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1170 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp354 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
358 CompilerInstance *Interpreter::getCompilerInstance() { in getCompilerInstance() function in Interpreter
372 return getCompilerInstance()->getASTContext(); in getASTContext()
376 return getCompilerInstance()->getASTContext(); in getASTContext()
402 getCompilerInstance()->getDiagnostics().setSeverity( in Parse()
427 const std::string &TT = getCompilerInstance()->getTargetOpts().Triple; in CreateExecutor()
563 getCompilerInstance()->getSema().LookupDestructor(CXXRD); in CompileDtorCall()
588 Sema &S = getCompilerInstance()->getSema(); in FindRuntimeInterface()
774 B->Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in transformForValuePrinting()
842 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/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h141 const CompilerInstance *getCompilerInstance() const;
142 CompilerInstance *getCompilerInstance();
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp519 ImplEndSourceFileAction(getCompilerInstance()); in EndSourceFileAction()
575 ImplEndSourceFileAction(getCompilerInstance()); in EndSourceFileAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp952 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
1050 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1150 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()