Home
last modified time | relevance | path

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

/llvm-project/libc/utils/docgen/
H A Ddocgen.py23 check_api(header: Header, api: Dict) global() argument
110 print_functions_rst(header: Header, functions: Dict) global() argument
136 print_macros_rst(header: Header, macros: Dict) global() argument
163 print_impl_status_rst(header: Header, api: Dict) global() argument
/llvm-project/clang-tools-extra/clangd/
H A DConfigYAML.cpp62 Dict.handle("If", [&](Node &N) { parse(F.If, N); }); in parse() local
78 DictParser Dict("If", this); parse() local
95 DictParser Dict("CompileFlags", this); parse() local
115 DictParser Dict("Style", this); parse() local
124 DictParser Dict("Diagnostics", this); parse() local
141 DictParser Dict("ClangTidy", this); parse() local
167 DictParser Dict("Includes", this); parse() local
180 DictParser Dict("Index", this); parse() local
218 DictParser Dict("External", this); parse() local
228 DictParser Dict("Completion", this); parse() local
237 DictParser Dict("Hover", this); parse() local
246 DictParser Dict("InlayHints", this); parse() local
275 DictParser Dict("SemanticTokens", this); parse() local
[all...]
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp142 std::string Dict(Letters.begin(), Letters.end()); in serialize() local
184 std::vector<uint8_t> dumpIndex(const std::string &Dict) { in dumpIndex()
392 const std::string &Dict = Data.first; in main() local
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp72 JThreadsInfo::parseRegisters(const StructuredData::Dictionary &Dict, in parseRegisters()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp539 int AnalyzeDictionary(Fuzzer *F, const std::vector<Unit> &Dict, in AnalyzeDictionary()