Searched defs:blkExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp515 const BlockExpr *blkExpr,
531 QualType BlockTy = blkExpr->getType();
1880 const Decl *D, const BlockExpr *blkExpr) {
2001 CheckFallThroughForBody(S, D, Body, blkExpr, CD, AC);
514 CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body, const BlockExpr *blkExpr, const CheckFallThroughDiagnostics& CD, AnalysisDeclContext &AC) argument
H A DSema.cpp1153 const Decl *D, const BlockExpr *blkExpr) {
1159 AnalysisWarnings.IssueWarnings(*WP, Scope, D, blkExpr);
1152 PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP, const Decl *D, const BlockExpr *blkExpr) argument

Completed in 91 milliseconds