Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

216       QualType ArgType = Context.getTypeDeclType(TTP);
218 ArgType = Context.getPackExpansionType(ArgType, None);
220 Arg = TemplateArgument(ArgType);