Searched defs:isValueType (Results 1 – 1 of 1) sorted by relevance
30 static bool isValueType(const Type *T) { in isValueType() function34 static bool isValueType(QualType QT) { return isValueType(QT.getTypePtr()); } in isValueType() function