Home
last modified time | relevance | path

Searched refs:AttrEnd (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp1152 Token AttrEnd; in ParseLexedAttribute() local
1153 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()
/external/clang/lib/Sema/
DSemaDecl.cpp9481 SourceLocation AttrEnd) { in ActOnCXXForRangeIdentifier() argument
9496 D.takeAttributes(Attrs, AttrEnd); in ActOnCXXForRangeIdentifier()
9505 AttrEnd.isValid() ? AttrEnd : IdentLoc); in ActOnCXXForRangeIdentifier()
/external/clang/include/clang/Sema/
DSema.h1586 SourceLocation AttrEnd);