Home
last modified time | relevance | path

Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp2367 bool AllowConstructorName, in ParseUnqualifiedId() argument
2396 if (AllowConstructorName && in ParseUnqualifiedId()
2425 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
HDParseDecl.cpp5151 bool AllowConstructorName; in ParseDirectDeclarator() local
5153 AllowConstructorName = false; in ParseDirectDeclarator()
5155 AllowConstructorName = in ParseDirectDeclarator()
5159 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()
5166 AllowConstructorName, in ParseDirectDeclarator()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2478 bool AllowConstructorName,