Searched refs:fscope (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 100 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2459 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument 2460 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics() 2557 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument 2580 flushDiagnostics(S, fscope); in IssueWarnings() 2630 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings() 2634 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2641 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2667 flushDiagnostics(S, fscope); in IssueWarnings() 2679 : (fscope->isCoroutine() in IssueWarnings() 2682 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings() [all …]
|