Searched refs:LateParsedAttribute (Results 1 – 2 of 2) sorted by relevance
908 struct LateParsedAttribute : public LateParsedDeclaration { struct915 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() function925 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument1174 void ParseLexedAttribute(LateParsedAttribute &LA,
168 LateParsedAttribute *LA = in ParseGNUAttributes()169 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()1091 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()1148 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()