Home | History | Annotate | Download | only in AST

Lines Matching defs:DependentTemplateSpecializationType

3528 /// @c DependentTemplateSpecializationType.
3939 /// DependentTemplateSpecializationType - Represents a template
3942 class DependentTemplateSpecializationType :
3962 DependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,
4007 static bool classof(const DependentTemplateSpecializationType *T) {