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

References

tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 2044     flushDiagnostics(S, fscope);
 2095   if (!fscope->PossiblyUnreachableDiags.empty()) {
 2099     for (const auto &D : fscope->PossiblyUnreachableDiags) {
 2106       for (const auto &D : fscope->PossiblyUnreachableDiags) {
 2132       flushDiagnostics(S, fscope);
 2144                    : (fscope->isCoroutine()
 2147     CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope);
 2214       fscope->HasFallthroughStmt) {
 2220     diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap());