Home | History | Annotate | Download | only in AST

Lines Matching refs:isFloatingType

412     return CT->getElementType()->isFloatingType();
798 bool Type::isFloatingType() const {
803 return CT->getElementType()->isFloatingType();
809 return VT->getElementType()->isFloatingType();
811 return isFloatingType();