Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeducedType

818   if (!T->getDeducedType().isNull()) {
819 printBefore(T->getDeducedType(), OS);
827 if (!T->getDeducedType().isNull())
828 printAfter(T->getDeducedType(), OS);