Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h290 std::optional<Located<std::string>> FastCheckFilter; global() member
H A DConfig.h107 FastCheckPolicy FastCheckFilter = FastCheckPolicy::Strict; member
H A DConfigYAML.cpp160 if (auto FastCheckFilter = scalarValue(N, "FastCheckFilter")) parse() local