Home
last modified time | relevance | path

Searched refs:findCountedByField (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1164 const FieldDecl *CountFD = ArrayBaseFD->findCountedByField(); in emitCountedByPointerSize()
1307 const FieldDecl *CountFD = FlexibleArrayMemberFD->findCountedByField(); in emitCountedByMemberSize()
3701 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) in EmitBuiltinExpr()
H A DCGExpr.cpp4427 const FieldDecl *CountFD = FD->findCountedByField(); in EmitCountedByBoundsChecking()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3328 const FieldDecl *findCountedByField() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4785 const FieldDecl *FieldDecl::findCountedByField() const { in findCountedByField() function in FieldDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5991 if (const FieldDecl *CountFD = FAMDecl->findCountedByField()) { in BuiltinCountedByRef()