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