Home | History | Annotate | Download | only in AST

Lines Matching defs:Pattern

470     TypeLoc Pattern = Expansion.getPatternLoc();
474 // the pattern, and we have the pattern's type, but we are forced to copy
478 = Context.CreateTypeSourceInfo(Pattern.getType(),
479 Pattern.getFullDataSize());
481 Pattern.getOpaqueData(), Pattern.getFullDataSize());
482 return TemplateArgumentLoc(TemplateArgument(Pattern.getType()),
489 Expr *Pattern = Expansion->getPattern();
492 return TemplateArgumentLoc(Pattern, Pattern);