Searched refs:findCountedByField (Results 1 – 5 of 5) sorted by relevance
1164 const FieldDecl *CountFD = ArrayBaseFD->findCountedByField(); in emitCountedByPointerSize() 1307 const FieldDecl *CountFD = FlexibleArrayMemberFD->findCountedByField(); in emitCountedByMemberSize() 3701 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) in EmitBuiltinExpr()
4427 const FieldDecl *CountFD = FD->findCountedByField(); in EmitCountedByBoundsChecking()
3328 const FieldDecl *findCountedByField() const;
4785 const FieldDecl *FieldDecl::findCountedByField() const { in findCountedByField() function in FieldDecl
5991 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) { in BuiltinCountedByRef()