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.cpp4004 auto *DeclSlot = getTrailingObjects(); in CountAttributedType() local
4005 llvm::copy(CoupledDecls, DeclSlot); in CountAttributedType()
4006 Decls = llvm::ArrayRef(DeclSlot, CoupledDecls.size()); in CountAttributedType()