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