Lines Matching refs:fscope
2210 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2211 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2216 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2239 flushDiagnostics(S, fscope); in IssueWarnings()
2290 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2294 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2301 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2327 flushDiagnostics(S, fscope); in IssueWarnings()
2339 : (fscope->isCoroutine() in IssueWarnings()
2342 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
2421 fscope->HasFallthroughStmt) { in IssueWarnings()
2427 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()