reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1644   SourceLocation startLoc = S->getBeginLoc();
 1657   SourceLocation endLoc = S->getSynchBody()->getBeginLoc();
 1670   startLoc = S->getSynchBody()->getEndLoc();
 1684   Expr *syncExpr = S->getSynchExpr();
 1707   HasReturnStmts(S->getSynchBody(), hasReturns);
 1709     RewriteSyncReturnStmts(S->getSynchBody(), syncBuf);