Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2310 bool AllowConstructorName, in ParseUnqualifiedId() argument
2339 if (AllowConstructorName && in ParseUnqualifiedId()
2368 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
DParseDecl.cpp4774 bool AllowConstructorName; in ParseDirectDeclarator() local
4776 AllowConstructorName = false; in ParseDirectDeclarator()
4778 AllowConstructorName = in ParseDirectDeclarator()
4782 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()
4788 AllowConstructorName, in ParseDirectDeclarator()
/external/clang/include/clang/Parse/
DParser.h2369 bool AllowConstructorName,