Searched refs:CoupledDecls (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 41 def : Property<"CoupledDecls", Array<TypeCoupledDeclRefInfo>> { 44 …{ return ctx.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, OrNull, CoupledDecls); }]>;
|
| H A D | Type.h | 3376 ArrayRef<TypeCoupledDeclRefInfo> CoupledDecls);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3998 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 D | ASTImporter.cpp | 1785 SmallVector<TypeCoupledDeclRefInfo, 1> CoupledDecls; in VisitCountAttributedType() local 1790 CoupledDecls.emplace_back(*ToDeclOrErr, TI.isDeref()); in VisitCountAttributedType() 1795 ArrayRef(CoupledDecls)); in VisitCountAttributedType()
|