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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp37 static const DeclRefExpr *FindBlockDeclRefExpr(const Stmt *S, function
46 const DeclRefExpr *BR = FindBlockDeclRefExpr(child, VD);
92 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))

Completed in 91 milliseconds