Home | History | Annotate | Download | only in AST

Lines Matching refs:isFloatingType

385     return CT->getElementType()->isFloatingType();
763 bool Type::isFloatingType() const {
768 return CT->getElementType()->isFloatingType();
774 return VT->getElementType()->isFloatingType();
776 return isFloatingType();