Home
last modified time | relevance | path

Searched refs:AggregateType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp547 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1074 const RecordDecl *AggregateType; member
1099 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1136 return AggregateType; in getAggregate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp714 template <class AggregateType>
715 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,
998 template <class AggregateType>
999 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()