Searched defs:AllowConstructorName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp599 /*AllowConstructorName=*/false,
2453 /// \param AllowConstructorName whether we allow parsing a constructor name.
2463 bool AllowConstructorName,
2492 if (AllowConstructorName &&
2520 if (AllowConstructorName && TemplateId->Name &&
2461 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
H A DParseDecl.cpp5270 bool AllowConstructorName; local
5272 AllowConstructorName = false;
5274 AllowConstructorName =
5278 AllowConstructorName = (D.getContext() == Declarator::MemberContext);
5284 /*AllowDestructorName=*/true, AllowConstructorName,

Completed in 99 milliseconds