Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DConfigYAML.cpp98 DictParser CheckOptDict("CheckOptions", this); in parse() local
99 CheckOptDict.unrecognized([&](Located<std::string> &&Key, Node &Val) { in parse()
104 CheckOptDict.parse(N); in parse()