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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4662 bool AllowConstructorName; local
4664 AllowConstructorName = false;
4666 AllowConstructorName =
4670 AllowConstructorName = (D.getContext() == Declarator::MemberContext);
4676 AllowConstructorName,
H A DParseExprCXX.cpp571 /*AllowConstructorName=*/false,
2074 /// \param AllowConstructorName whether we allow parsing a constructor name.
2084 bool AllowConstructorName,
2113 if (AllowConstructorName &&
2142 if (AllowConstructorName && TemplateId->Name &&
2082 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2143 bool AllowConstructorName,

Completed in 176 milliseconds