Home | History | Annotate | Download | only in AsmParser

Lines Matching full:kw_attributes

268     case lltok::kw_attributes: if (ParseUnnamedAttrGrp()) return true; break;
892 assert(Lex.getKind() == lltok::kw_attributes);