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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp229 bool CheckForDestructor = false; local
231 CheckForDestructor = true;
358 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
428 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) &&
553 if (CheckForDestructor && Tok.is(tok::tilde))

Completed in 72 milliseconds