Searched refs:AttrEnd (Results 1 – 3 of 3) sorted by relevance
1152 Token AttrEnd; in ParseLexedAttribute() local1153 AttrEnd.startToken(); in ParseLexedAttribute()1154 AttrEnd.setKind(tok::eof); in ParseLexedAttribute()1155 AttrEnd.setLocation(Tok.getLocation()); in ParseLexedAttribute()1156 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute()1157 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute()1227 if (Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData()) in ParseLexedAttribute()
9481 SourceLocation AttrEnd) { in ActOnCXXForRangeIdentifier() argument9496 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()9505 AttrEnd.isValid() ? AttrEnd : IdentLoc); in ActOnCXXForRangeIdentifier()
1586 SourceLocation AttrEnd);