Home
last modified time | relevance | path

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

/freebsd-src/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 BeginSourceFileAction()
340 CompilerInstance &CI = getCompilerInstance();
584 CompilerInstance &CI = getCompilerInstance(); in ReadFullVersionInformation()
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 DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
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 ExecuteAction()
1170 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp354 const CompilerInstance *Interpreter::getCompilerInstance() const { in Parse()
358 CompilerInstance *Interpreter::getCompilerInstance() { in Parse()
372 return getCompilerInstance()->getASTContext(); in CreateExecutor()
376 return getCompilerInstance()->getASTContext(); in CreateExecutor()
402 getCompilerInstance()->getDiagnostics().setSeverity( in ParseAndExecute()
427 const std::string &TT = getCompilerInstance()->getTargetOpts().Triple; in getSymbolAddress()
563 getCompilerInstance()->getSema().LookupDestructor(CXXRD); in RuntimeInterfaceBuilder()
588 Sema &S = getCompilerInstance()->getSema(); in getCall()
774 B->Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl( in __clang_Interpreter_SetValueNoAlloc()
842 Sema &S = getCompilerInstance()
321 const CompilerInstance *Interpreter::getCompilerInstance() const { getCompilerInstance() function in Interpreter
325 CompilerInstance *Interpreter::getCompilerInstance() { getCompilerInstance() function in Interpreter
[all...]
H A DCodeCompletion.cpp239 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DIncrementalParser.cpp163 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h141 const CompilerInstance *getCompilerInstance() const;
142 CompilerInstance *getCompilerInstance();
/freebsd-src/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp952 if (!getCompilerInstance().hasASTConsumer()) in loadLinkModules()
1050 CompilerInstance &CI = getCompilerInstance(); in CreateASTConsumer()
1150 CompilerInstance &CI = getCompilerInstance();