Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3852 auto *DeclSlot = getTrailingObjects<TypeCoupledDeclRefInfo>(); in CountAttributedType() local
3853 Decls = llvm::ArrayRef(DeclSlot, CoupledDecls.size()); in CountAttributedType()
3855 DeclSlot[i] = CoupledDecls[i]; in CountAttributedType()