Searched refs:isCompoundType (Results 1 – 5 of 5) sorted by relevance
46 assert(NonLoc::isCompoundType(t)); in CompoundValData()70 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
273 static bool isCompoundType(QualType T) { in isCompoundType() function
2143 bool isCompoundType() const;6868 inline bool Type::isCompoundType() const {
7405 bool isCompoundType(QualType Ty) const;7547 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo7789 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()7839 if (isCompoundType(Ty)) in classifyArgumentType()
5040 return T->isCompoundType(); in EvaluateUnaryTypeTrait()