Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1076 const RecordDecl *AggregateType; member
1101 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1138 return AggregateType; in getAggregate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp716 template <class AggregateType>
717 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,
1002 template <class AggregateType>
1003 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()