Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1151 const FieldDecl *CodeGenFunction::FindCountedByField(const FieldDecl *FD) { in FindCountedByField() function in CodeGenFunction
4304 if (const FieldDecl *CountFD = FindCountedByField(FAMDecl)) { in EmitArraySubscriptExpr()
H A DCodeGenFunction.h3307 const FieldDecl *FindCountedByField(const FieldDecl *FD);
H A DCGBuiltin.cpp999 const FieldDecl *CountedByFD = FindCountedByField(FAMDecl); in emitFlexibleArrayMemberSize()