Home
last modified time | relevance | path

Searched refs:CompiledFragment (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.cpp29 mutable llvm::SmallVector<CompiledFragment, 1> CachedValue;
38 std::vector<CompiledFragment> &Out) const { in get()
60 std::vector<CompiledFragment> in fromYAMLFile()
62 std::vector<CompiledFragment> Result; in fromYAMLFile()
91 std::vector<CompiledFragment> in fromAncestorRelativeYAMLFiles()
129 std::vector<CompiledFragment> Result; in fromAncestorRelativeYAMLFiles()
150 std::vector<CompiledFragment> in combine()
152 std::vector<CompiledFragment> Result; in combine()
DConfigProvider.h58 using CompiledFragment = std::function<bool(const Params &, Config &)>; variable
99 virtual std::vector<CompiledFragment>
DConfigFragment.h81 CompiledFragment compile(DiagnosticCallback) &&;
DConfigCompile.cpp408 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp34 std::vector<CompiledFragment>
37 CompiledFragment F = in getFragments()
DClangdTests.cpp340 std::vector<config::CompiledFragment> in TEST()