Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DConfigYAML.cpp37 DictParser Dict("Config", this); in parse()
49 DictParser Dict("If", this); in parse()
66 DictParser Dict("CompileFlags", this); in parse()
79 DictParser Dict("Style", this); in parse()
88 DictParser Dict("ClangTidy", this); in parse()
98 DictParser CheckOptDict("CheckOptions", this); in parse()
110 DictParser Dict("Index", this); in parse()
123 DictParser Dict("External", this); in parse()
134 class DictParser { class in clang::clangd::config::__anon970a4dfb0111::Parser
141 DictParser(llvm::StringRef Description, Parser *Outer) in DictParser() function in clang::clangd::config::__anon970a4dfb0111::Parser::DictParser