Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseTypeParameter

482     return ParseTypeParameter(Depth, Position);
493 /// ParseTypeParameter - Parse a template type parameter (C++ [temp.param]).
502 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {