Searched refs:HasReturnStmts (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);
1713 HasReturnStmts(S->getSynchBody(), hasReturns);
1733 void RewriteObjC::HasReturnStmts(Stmt *S, bool &hasReturns) function in class:RewriteObjC
1738 HasReturnStmts(SubStmt, hasReturns);
1944 HasReturnStmts(S->getTryBody(), hasReturns);

Completed in 100 milliseconds