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.cpp543 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1075 const RecordDecl *AggregateType; member
1100 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1137 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,
1001 template <class AggregateType>
1002 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()