Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeducedType

835   if (!T->getDeducedType().isNull()) {
836 printBefore(T->getDeducedType(), OS);
848 if (!T->getDeducedType().isNull())
849 printAfter(T->getDeducedType(), OS);