Searched refs:AggregateType (Results 1 – 3 of 3) sorted by relevance
543 std::distance(AggregateType->field_begin(), AggregateType->field_end()); in getNumParams()544 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) in getNumParams()559 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamType()564 for (const auto *Field : AggregateType->fields()) in getParamType()588 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamDecl()593 for (const auto *Field : AggregateType->fields()) in getParamDecl()
1075 const RecordDecl *AggregateType; member1100 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()1137 return AggregateType; in getAggregate()
716 template <class AggregateType>717 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,1001 template <class AggregateType>1002 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()