Searched refs:DeclSlot (Results 1 – 1 of 1) sorted by relevance
3852 auto *DeclSlot = getTrailingObjects<TypeCoupledDeclRefInfo>(); in CountAttributedType() local3853 Decls = llvm::ArrayRef(DeclSlot, CoupledDecls.size()); in CountAttributedType()3855 DeclSlot[i] = CoupledDecls[i]; in CountAttributedType()