Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1138 const FieldDecl *CodeGenFunction::FindCountedByField(const FieldDecl *FD) { in FindCountedByField() function in CodeGenFunction
4262 if (const FieldDecl *CountFD = FindCountedByField(FAMDecl)) { in EmitArraySubscriptExpr()
H A DCodeGenFunction.h3089 const FieldDecl *FindCountedByField(const FieldDecl *FD);
H A DCGBuiltin.cpp985 const FieldDecl *CountedByFD = FindCountedByField(FAMDecl); in emitFlexibleArrayMemberSize()