Home
last modified time | relevance | path

Searched defs:CountDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp181 auto *CountDecl = DRE->getDecl(); in CheckCountedByAttrOnField() local
H A DSemaType.cpp9661 auto *CountDecl = cast<DeclRefExpr>(E)->getDecl(); in BuildTypeCoupledDecls() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1173 const Expr *Base, const FieldDecl *FAMDecl, const FieldDecl *CountDecl) { in GetCountedByFieldExprGEP()
1215 const Expr *Base, const FieldDecl *FAMDecl, const FieldDecl *CountDecl) { in EmitLoadOfCountedByField()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4791 const auto *CountDecl = CountDRE->getDecl(); in findCountedByField() local