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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp172 bool CheckForDestructor = false; local
174 CheckForDestructor = true;
339 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
421 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) {
551 if (CheckForDestructor && !HasScopeSpecifier && Tok.is(tok::tilde))

Completed in 215 milliseconds