Searched refs:AggregateType (Results 1 – 3 of 3) sorted by relevance
541 std::distance(AggregateType->field_begin(), AggregateType->field_end()); in getNumParams()542 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) in getNumParams()557 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamType()562 for (const auto *Field : AggregateType->fields()) in getParamType()586 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamDecl()591 for (const auto *Field : AggregateType->fields()) in getParamDecl()
1066 const RecordDecl *AggregateType; member1091 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()1128 return AggregateType; in getAggregate()
706 template <class AggregateType>707 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,990 template <class AggregateType>991 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()