Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2968 bool AllowDestructorName, in ParseUnqualifiedId() argument
3140 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3655 bool AllowDestructorName, bool AllowConstructorName,