Home
last modified time | relevance | path

Searched refs:blkExpr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h94 const Decl *D, const BlockExpr *blkExpr);
H A DSema.h1185 const BlockExpr *blkExpr = nullptr);
/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp515 const BlockExpr *blkExpr, in CheckFallThroughForBody() argument
531 QualType BlockTy = blkExpr->getType(); in CheckFallThroughForBody()
1880 const Decl *D, const BlockExpr *blkExpr) { in IssueWarnings() argument
2001 CheckFallThroughForBody(S, D, Body, blkExpr, CD, AC); in IssueWarnings()
H A DSema.cpp1153 const Decl *D, const BlockExpr *blkExpr) { in PopFunctionScopeInfo() argument
1159 AnalysisWarnings.IssueWarnings(*WP, Scope, D, blkExpr); in PopFunctionScopeInfo()