Searched refs:AllowConstructorName (Results 1 - 3 of 3) 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,
/external/clang/include/clang/Parse/
H A DParser.h2574 bool AllowConstructorName,

Completed in 328 milliseconds