Home | History | Annotate | Download | only in AST

Lines Matching refs:getUnderlyingType

124     return TDD->getUnderlyingType();
339 D->getUnderlyingType().print(Out, Policy, D->getName());
344 Out << "using " << *D << " = " << D->getUnderlyingType().getAsString(Policy);