Searched refs:ParsedAttrSpellingItr (Results 1 – 1 of 1) sorted by relevance
2791 const auto &ParsedAttrSpellingItr = llvm::find_if( in emitAttributes() local2899 if (ParsedAttrSpellingItr != std::end(AttrMap)) in emitAttributes()2900 OS << "AT_" << ParsedAttrSpellingItr->first; in emitAttributes()