reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2055 if (BT->getKind() == BuiltinType::Bool) return STK_Bool; 2056 if (BT->getKind() == BuiltinType::NullPtr) return STK_CPointer; 2057 if (BT->isInteger()) return STK_Integral; 2058 if (BT->isFloatingPoint()) return STK_Floating; 2059 if (BT->isFixedPointType()) return STK_FixedPoint;