Home | History | Annotate | Download | only in Parse

Lines Matching refs:tilde

380       if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
461 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) &&
584 // still check whether there is a tilde in this position, which
586 if (CheckForDestructor && Tok.is(tok::tilde))
1556 // Parse the tilde.
1557 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail");
2580 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {
2627 tilde had been written before the identifier.