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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp396 void HasReturnStmts(Stmt *S, bool &hasReturns);
1712 bool hasReturns = false; local
1713 HasReturnStmts(S->getSynchBody(), hasReturns);
1714 if (hasReturns)
1733 void RewriteObjC::HasReturnStmts(Stmt *S, bool &hasReturns) argument
1738 HasReturnStmts(SubStmt, hasReturns);
1741 hasReturns = true;
1943 bool hasReturns = false; local
1944 HasReturnStmts(S->getTryBody(), hasReturns);
1945 if (hasReturns)
[all...]

Completed in 103 milliseconds