Home | History | Annotate | Download | only in AST

Lines Matching refs:InjectedType

4503   QualType InjectedType;
4516 Decl(D), InjectedType(TST) {
4523 QualType getInjectedSpecializationType() const { return InjectedType; }
4525 return cast<TemplateSpecializationType>(InjectedType.getTypePtr());