Searched refs:blkExpr (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 94 const Decl *D, const BlockExpr *blkExpr);
|
D | Sema.h | 1185 const BlockExpr *blkExpr = nullptr);
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 515 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()
|
D | Sema.cpp | 1153 const Decl *D, const BlockExpr *blkExpr) { in PopFunctionScopeInfo() argument 1159 AnalysisWarnings.IssueWarnings(*WP, Scope, D, blkExpr); in PopFunctionScopeInfo()
|