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

References

tools/clang/lib/Parse/ParseStmt.cpp
 1729     } else if ((ForEach = isTokIdentifier_in())) {
 1747     ForEach = isTokIdentifier_in();
 1751       if (ForEach)
 1760             getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon);
 1767     } else if (ForEach) {
 1797   if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() &&
 1841   if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) {
 1887   } else if (ForEach) {
 1933   if (ForEach)