Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2463 bool AllowConstructorName, in ParseUnqualifiedId() argument
2492 if (AllowConstructorName && in ParseUnqualifiedId()
2520 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
DParseDecl.cpp5270 bool AllowConstructorName; in ParseDirectDeclarator() local
5272 AllowConstructorName = false; in ParseDirectDeclarator()
5274 AllowConstructorName = in ParseDirectDeclarator()
5278 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()
5284 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/external/clang/include/clang/Parse/
DParser.h2574 bool AllowConstructorName,