Home
last modified time | relevance | path

Searched refs:getDiagnosticClient (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp259 DiagnosticConsumer &getDiagnosticClient() { in getDiagnosticClient() function
260 return CI->getDiagnosticClient(); in getDiagnosticClient()
326 CI.getDiagnosticClient().BeginSourceFile( in Parse()
334 CI.getDiagnosticClient().EndSourceFile(); in Parse()
337 if (CI.getDiagnosticClient().getNumErrors()) in Parse()
/external/clang/lib/Frontend/
DFrontendAction.cpp219 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr); in BeginSourceFile()
264 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr); in BeginSourceFile()
316 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), in BeginSourceFile()
443 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
477 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
DChainedIncludesSource.cpp159 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(), in createChainedIncludesSource()
203 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
DCompilerInstance.cpp989 ImportingInstance.getDiagnosticClient()), in compileModuleImpl()
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp156 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(), in createChainedIncludesSource()
200 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
DFrontendAction.cpp653 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr); in BeginSourceFile()
706 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr); in BeginSourceFile()
760 CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), in BeginSourceFile()
934 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
975 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
DCompilerInstance.cpp1144 ImportingInstance.getDiagnosticClient()),
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp150 CI.getDiagnosticClient().clear(); in BeginInvocation()
249 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in visitModuleFile()
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp82 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in onBodySynthesis()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp82 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in onBodySynthesis()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp140 CI.getDiagnosticClient().clear(); in BeginInvocation()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp75 new ForwardingDiagnosticConsumer(Compiler.getDiagnosticClient())), in ExpandModularHeadersPPCallbacks()
/external/clang/include/clang/Frontend/
DCompilerInstance.h337 DiagnosticConsumer &getDiagnosticClient() const { in getDiagnosticClient() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h345 DiagnosticConsumer &getDiagnosticClient() const { in getDiagnosticClient() function
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp578 auto *DiagClient = new ForwardingDiagnosticConsumer{CI.getDiagnosticClient()}; in loadFromSource()