Lines Matching defs:Position
547 NamedDecl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) {
565 return ParseTypeParameter(Depth, Position);
583 getCurScope(), D, Depth, Position, /*EqualLoc=*/SourceLocation(),
596 return ParseTemplateTemplateParameter(Depth, Position);
601 return ParseNonTypeTemplateParameter(Depth, Position);
690 NamedDecl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {
773 Depth, Position, EqualLoc,
799 unsigned Position) {
907 ParamName, NameLoc, Depth, Position, EqualLoc, DefaultArg);
917 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) {
974 Depth, Position, EqualLoc,