Home
last modified time | relevance | path

Searched defs:CompiledFragmentImpl (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp65 struct CompiledFragmentImpl { struct
71 std::vector<llvm::unique_function<bool(const Params &) const>> Conditions;
75 Apply;
77 bool operator()(const Params &P, Config &C) const { in operator ()()