Searched refs:LateParsedAttribute (Results 1 – 2 of 2) sorted by relevance
930 struct LateParsedAttribute : public LateParsedDeclaration { struct937 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, in LateParsedAttribute() argument947 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> { argument1196 void ParseLexedAttribute(LateParsedAttribute &LA,
169 LateParsedAttribute *LA = in ParseGNUAttributes()170 new LateParsedAttribute(this, *AttrName, AttrNameLoc); in ParseGNUAttributes()1121 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes()1176 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute()