Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigYAML.cpp147 DictParser CheckOptDict("CheckOptions", this); in parse() local
148 CheckOptDict.unrecognized([&](Located<std::string> &&Key, Node &Val) { in parse()
153 CheckOptDict.parse(N); in parse()