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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp579 /*AllowConstructorName=*/false,
2243 /// \param AllowConstructorName whether we allow parsing a constructor name.
2253 bool AllowConstructorName,
2282 if (AllowConstructorName &&
2311 if (AllowConstructorName && TemplateId->Name &&
2251 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
H A DParseDecl.cpp4819 bool AllowConstructorName; local
4821 AllowConstructorName = false;
4823 AllowConstructorName =
4827 AllowConstructorName = (D.getContext() == Declarator::MemberContext);
4833 AllowConstructorName,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2228 bool AllowConstructorName,

Completed in 63 milliseconds