Searched refs:fscope (Results 1 – 2 of 2) sorted by relevance
93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
1750 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument1751 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()1757 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument1780 flushDiagnostics(S, fscope); in IssueWarnings()1831 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()1835 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()1842 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()1866 flushDiagnostics(S, fscope); in IssueWarnings()1948 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()