Home
last modified time | relevance | path

Searched refs:ParsedAttrSpellingItr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2791 const auto &ParsedAttrSpellingItr = llvm::find_if( in emitAttributes() local
2899 if (ParsedAttrSpellingItr != std::end(AttrMap)) in emitAttributes()
2900 OS << "AT_" << ParsedAttrSpellingItr->first; in emitAttributes()