Searched refs:DiagnosticCallback (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigProvider.h | 51 using DiagnosticCallback = llvm::function_ref<void(const llvm::SMDiagnostic &)>; variable 88 Config getConfig(const Params &, DiagnosticCallback) const; 100 getFragments(const Params &, DiagnosticCallback) const = 0;
|
D | ConfigProvider.cpp | 36 void get(const ThreadsafeFS &TFS, DiagnosticCallback DC, in get() 61 getFragments(const Params &P, DiagnosticCallback DC) const override { in fromYAMLFile() 92 getFragments(const Params &P, DiagnosticCallback DC) const override { in fromAncestorRelativeYAMLFiles() 151 getFragments(const Params &P, DiagnosticCallback DC) const override { in combine() 168 Config Provider::getConfig(const Params &P, DiagnosticCallback DC) const { in getConfig()
|
D | ConfigFragment.h | 70 DiagnosticCallback); 81 CompiledFragment compile(DiagnosticCallback) &&;
|
D | ConfigCompile.cpp | 93 FragmentCompiler(CompiledFragmentImpl &Out, DiagnosticCallback D, in FragmentCompiler() 97 DiagnosticCallback Diagnostic; 408 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile()
|
D | ConfigYAML.cpp | 258 DiagnosticCallback Diags) { in parseYAML() 267 (*reinterpret_cast<DiagnosticCallback *>(Ctx))(Diag); in parseYAML()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ConfigProviderTests.cpp | 35 getFragments(const Params &, DiagnosticCallback DC) const override { in getFragments()
|
D | ClangdTests.cpp | 342 config::DiagnosticCallback DC) const override { in TEST()
|