Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp2252 bool AllowDestructorName, in ParseUnqualifiedId() argument
2373 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h2227 bool AllowDestructorName,