Home
last modified time | relevance | path

Searched refs:AllowDestructorName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2849 bool AllowDestructorName, in ParseUnqualifiedId() argument
3011 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3472 bool AllowDestructorName, bool AllowConstructorName,