Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1098 const Expr *Base, const FieldDecl *FAMDecl, const FieldDecl *CountDecl) { in EmitCountedByFieldExpr() argument
1099 const RecordDecl *RD = CountDecl->getParent()->getOuterLexicalRecordContext(); in EmitCountedByFieldExpr()
1127 getGEPIndicesToField(*this, RD, CountDecl, Indices); in EmitCountedByFieldExpr()
1134 return Builder.CreateAlignedLoad(ConvertType(CountDecl->getType()), Res, in EmitCountedByFieldExpr()
H A DCodeGenFunction.h3094 const FieldDecl *CountDecl);