Searched refs:fscope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 96 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2424 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics() 2517 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument 2540 flushDiagnostics(S, fscope); in IssueWarnings() 2590 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings() 2594 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2601 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2627 flushDiagnostics(S, fscope); in IssueWarnings() 2639 : (fscope->isCoroutine() in IssueWarnings() 2642 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings() 2721 fscope->HasFallthroughStmt) { in IssueWarnings() [all …]
|