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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1686   SourceLocation startLoc = S->getBeginLoc();
 1692   SourceLocation ForEachLoc = S->getForLoc();
 1695   if (DeclStmt *DS = dyn_cast<DeclStmt>(S->getElement())) {
 1712     DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement());
 1745   SourceLocation rightParenLoc = S->getRParenLoc();
 1823   if (isa<CompoundStmt>(S->getBody())) {