Lines Matching refs:fscope
2459 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2460 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2557 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2580 flushDiagnostics(S, fscope); in IssueWarnings()
2630 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2634 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2641 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2667 flushDiagnostics(S, fscope); in IssueWarnings()
2679 : (fscope->isCoroutine() in IssueWarnings()
2682 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
2761 fscope->HasFallthroughStmt) { in IssueWarnings()
2767 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
2781 if (S.getLangOpts().CPlusPlus && !fscope->isCoroutine() && isNoexcept(FD)) in IssueWarnings()