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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp36 static const DeclRefExpr *FindBlockDeclRefExpr(const Stmt *S, function
44 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD))
87 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))

Completed in 181 milliseconds