Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1066 const RecordDecl *AggregateType; member
1091 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1128 return AggregateType; in getAggregate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp706 template <class AggregateType>
707 Value *collapseAggregateShadow(AggregateType *AT, Value *Shadow,
990 template <class AggregateType>
991 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()