Searched refs:typeMap (Results 1 – 1 of 1) sorted by relevance
867 constexpr std::pair<const char *, unsigned> typeMap[] = { variable887 auto it = llvm::find_if(typeMap, [=](auto e) { return e.first == value; }); in readSectionDirective()888 if (it != std::end(typeMap)) { in readSectionDirective()