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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 1389       FoundCase = true;
 1390       return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase,
 1395     return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
 1410     bool StartedInLiveCode = FoundCase;
 1425         switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
 1432           if (FoundCase) {
 1448           assert(FoundCase && "Didn't find case but returned fallthrough?");
 1460       if (!FoundCase)
 1472       switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {