Searched refs:ptpl (Results 1 – 3 of 3) sorted by relevance
111 Type *parseType(Identifier **pident = NULL, TemplateParameters **ptpl = NULL);
3001 Type *Parser::parseType(Identifier **pident, TemplateParameters **ptpl) in parseType() argument3059 t = parseDeclarator(t, &alt, pident, ptpl); in parseType()
3442 AST.Type parseType(Identifier* pident = null, AST.TemplateParameters** ptpl = null)3500 t = parseDeclarator(t, alt, pident, ptpl);