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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp511 /*AllowDestructorName=*/false,
1994 /// \param AllowDestructorName whether we allow parsing of a destructor name.
2005 bool AllowDestructorName,
2126 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) {
2004 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument

Completed in 57 milliseconds