reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
992 assert(begin_tokens < end_tokens); 994 SourceLocation FirstLoc = begin_tokens->getLocation(); 1007 Token *NextTok = begin_tokens + 1; 1041 for (; begin_tokens < NextTok; ++begin_tokens) { 1041 for (; begin_tokens < NextTok; ++begin_tokens) { 1042 Token &Tok = *begin_tokens;