Searched defs:AttrEnd (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp1180 Token AttrEnd; local
1181 AttrEnd.startToken();
1182 AttrEnd.setKind(tok::eof);
1183 AttrEnd.setLocation(Tok.getLocation());
1184 AttrEnd.setEofData(LA.Toks.data());
1185 LA.Toks.push_back(AttrEnd);
1255 if (Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData())
/external/clang/lib/Sema/
H A DSemaDecl.cpp9915 SourceLocation AttrEnd) {
9930 D.takeAttributes(Attrs, AttrEnd);
9939 AttrEnd.isValid() ? AttrEnd : IdentLoc);
9912 ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, IdentifierInfo *Ident, ParsedAttributes &Attrs, SourceLocation AttrEnd) argument

Completed in 80 milliseconds