Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

185       QualType ArgType = Context.getTypeDeclType(TTP);
187 ArgType = Context.getPackExpansionType(ArgType, None);
189 Arg = TemplateArgument(ArgType);