Lines Matching refs:tilde
349 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
421 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) &&
515 // still check whether there is a tilde in this position, which
517 if (CheckForDestructor && Tok.is(tok::tilde))
1306 // Parse the tilde.
1307 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail");
2309 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {