Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp67 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
356 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
521 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
753 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction()
760 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
775 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
793 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
819 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
910 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
920 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DFrontendAction.cpp144 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
945 CompilerInstance &CI = getCompilerInstance(); in Execute()
974 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1032 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1040 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp197 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
210 getCompilerInstance()->getASTContext().getTargetInfo().getTriple(); in Execute()
H A DIncrementalParser.cpp83 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h57 const CompilerInstance *getCompilerInstance() const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp874 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
978 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1050 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()