Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2796 bool AllowDestructorName, in ParseUnqualifiedId() argument
2957 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3360 bool AllowDestructorName, bool AllowConstructorName,