Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp541 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()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1060 const RecordDecl *AggregateType; member
1085 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1122 return AggregateType; in getAggregate()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp674 template <class AggregateType>
675 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,
931 template <class AggregateType>
932 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()