Lines Matching defs:Position
535 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) {
553 return ParseTypeParameter(Depth, Position);
571 getCurScope(), D, Depth, Position, /*EqualLoc=*/SourceLocation(),
584 return ParseTemplateTemplateParameter(Depth, Position);
589 return ParseNonTypeTemplateParameter(Depth, Position);
678 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {
761 Depth, Position, EqualLoc,
787 unsigned Position) {
895 ParamName, NameLoc, Depth, Position, EqualLoc, DefaultArg);
905 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) {
962 Depth, Position, EqualLoc,