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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp614 /*AllowConstructorName=*/false,
2300 /// \param AllowConstructorName whether we allow parsing a constructor name.
2310 bool AllowConstructorName,
2339 if (AllowConstructorName &&
2368 if (AllowConstructorName && TemplateId->Name &&
2308 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
H A DParseDecl.cpp4774 bool AllowConstructorName; local
4776 AllowConstructorName = false;
4778 AllowConstructorName =
4782 AllowConstructorName = (D.getContext() == Declarator::MemberContext);
4788 AllowConstructorName,
/external/clang/include/clang/Parse/
H A DParser.h2369 bool AllowConstructorName,

Completed in 66 milliseconds