Searched refs:AggregateType (Results 1 – 3 of 3) sorted by relevance
547 std::distance(AggregateType->field_begin(), AggregateType->field_end()); in getNumParams()548 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) in getNumParams()563 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamType()568 for (const auto *Field : AggregateType->fields()) in getParamType()592 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamDecl()597 for (const auto *Field : AggregateType->fields()) in getParamDecl()
1074 const RecordDecl *AggregateType; member1099 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()1136 return AggregateType; in getAggregate()
714 template <class AggregateType>715 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,998 template <class AggregateType>999 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()