Searched refs:fscope (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 97 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 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() [all …]
|