Searched refs:getDiagnosticClient (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/tools/clang-import-test/ |
D | clang-import-test.cpp | 259 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/ |
D | FrontendAction.cpp | 219 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()
|
D | ChainedIncludesSource.cpp | 159 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(), in createChainedIncludesSource() 203 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
|
D | CompilerInstance.cpp | 989 ImportingInstance.getDiagnosticClient()), in compileModuleImpl()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ChainedIncludesSource.cpp | 156 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(), in createChainedIncludesSource() 200 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
|
D | FrontendAction.cpp | 653 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()
|
D | CompilerInstance.cpp | 1144 ImportingInstance.getDiagnosticClient()),
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 150 CI.getDiagnosticClient().clear(); in BeginInvocation() 249 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in visitModuleFile()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 82 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in onBodySynthesis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 82 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in onBodySynthesis()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 140 CI.getDiagnosticClient().clear(); in BeginInvocation()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.cpp | 75 new ForwardingDiagnosticConsumer(Compiler.getDiagnosticClient())), in ExpandModularHeadersPPCallbacks()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 337 DiagnosticConsumer &getDiagnosticClient() const { in getDiagnosticClient() function
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 345 DiagnosticConsumer &getDiagnosticClient() const { in getDiagnosticClient() function
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 578 auto *DiagClient = new ForwardingDiagnosticConsumer{CI.getDiagnosticClient()}; in loadFromSource()
|