Searched refs:LateParsedAttribute (Results 1 – 2 of 2) sorted by relevance
952 struct LateParsedAttribute : public LateParsedDeclaration { struct959 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument969 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument1218 void ParseLexedAttribute(LateParsedAttribute &LA,
170 LateParsedAttribute *LA = in ParseGNUAttributes()171 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()1152 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()1207 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()