Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td41 def : Property<"CoupledDecls", Array<TypeCoupledDeclRefInfo>> {
44 …{ return ctx.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, OrNull, CoupledDecls); }]>;
H A DType.h3376 ArrayRef<TypeCoupledDeclRefInfo> CoupledDecls);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3998 bool OrNull, ArrayRef<TypeCoupledDeclRefInfo> CoupledDecls) in CountAttributedType() argument
4001 CountAttributedTypeBits.NumCoupledDecls = CoupledDecls.size(); in CountAttributedType()
4005 llvm::copy(CoupledDecls, DeclSlot); in CountAttributedType()
4006 Decls = llvm::ArrayRef(DeclSlot, CoupledDecls.size()); in CountAttributedType()
H A DASTImporter.cpp1785 SmallVector<TypeCoupledDeclRefInfo, 1> CoupledDecls; in VisitCountAttributedType() local
1790 CoupledDecls.emplace_back(*ToDeclOrErr, TI.isDeref()); in VisitCountAttributedType()
1795 ArrayRef(CoupledDecls)); in VisitCountAttributedType()