Home
last modified time | relevance | path

Searched refs:DiagnosticCallback (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.h51 using DiagnosticCallback = llvm::function_ref<void(const llvm::SMDiagnostic &)>; variable
88 Config getConfig(const Params &, DiagnosticCallback) const;
100 getFragments(const Params &, DiagnosticCallback) const = 0;
DConfigProvider.cpp36 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()
DConfigFragment.h70 DiagnosticCallback);
81 CompiledFragment compile(DiagnosticCallback) &&;
DConfigCompile.cpp93 FragmentCompiler(CompiledFragmentImpl &Out, DiagnosticCallback D, in FragmentCompiler()
97 DiagnosticCallback Diagnostic;
408 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile()
DConfigYAML.cpp258 DiagnosticCallback Diags) { in parseYAML()
267 (*reinterpret_cast<DiagnosticCallback *>(Ctx))(Diag); in parseYAML()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp35 getFragments(const Params &, DiagnosticCallback DC) const override { in getFragments()
DClangdTests.cpp342 config::DiagnosticCallback DC) const override { in TEST()