Lines Matching refs:fscope
2200 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2201 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2206 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2229 flushDiagnostics(S, fscope); in IssueWarnings()
2279 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2283 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2290 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2316 flushDiagnostics(S, fscope); in IssueWarnings()
2328 : (fscope->isCoroutine() in IssueWarnings()
2331 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
2410 fscope->HasFallthroughStmt) { in IssueWarnings()
2416 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()