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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp154 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
333 CompilerInstance &CI = getCompilerInstance();
495 CompilerInstance &CI = getCompilerInstance();
717 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
726 auto &FileMgr = getCompilerInstance().getFileManager();
733 Preprocessor &PP = getCompilerInstance().getPreprocessor();
738 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(),
748 Preprocessor &PP = getCompilerInstance().getPreprocessor();
766 Preprocessor &PP = getCompilerInstance().getPreprocessor();
778 Preprocessor &PP = getCompilerInstance()
[all...]
H A DASTMerge.cpp34 CompilerInstance &CI = getCompilerInstance();
H A DFrontendAction.cpp144 CompilerInstance &CI = getCompilerInstance();
944 CompilerInstance &CI = getCompilerInstance();
973 CompilerInstance &CI = getCompilerInstance();
1031 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
1039 CompilerInstance &CI = getCompilerInstance();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
186 CompilerInstance &CI = getCompilerInstance();
195 CompilerInstance &CI = getCompilerInstance();
305 CompilerInstance &CI = getCompilerInstance();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h64 /// getCompilerInstance().
119 CompilerInstance &getCompilerInstance() const { function in class:clang::FrontendAction
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp919 if (!getCompilerInstance().hasASTConsumer())
1045 CompilerInstance &CI = getCompilerInstance();
1113 CompilerInstance &CI = getCompilerInstance();

Completed in 96 milliseconds