Home | History | Annotate | Download | only in Parse

Lines Matching refs:LateParsedAttrs

240   LateParsedAttrList LateParsedAttrs(true);
242 MaybeParseGNUAttributes(DeclaratorInfo, &LateParsedAttrs);
271 &LateParsedAttrs);
290 &LateParsedAttrs);
294 &LateParsedAttrs);
310 if (LateParsedAttrs.size() > 0)
311 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false);