Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp152 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
329 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
471 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
702 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction()
709 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
724 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
742 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
754 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
768 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
855 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
[all …]
H A DFrontendAction.cpp143 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule()
929 CompilerInstance &CI = getCompilerInstance(); in Execute()
952 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
1010 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
1018 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DASTMerge.cpp35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
182 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
191 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
301 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp815 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
940 CompilerInstance &CI = getCompilerInstance(); in loadModule()
1008 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()