Home
last modified time | relevance | path

Searched refs:fscope (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h104 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2727 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2728 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2844 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2867 flushDiagnostics(S, fscope); in IssueWarnings()
2918 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2922 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2929 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2955 flushDiagnostics(S, fscope); in IssueWarnings()
2966 : (fscope->isCoroutine() in IssueWarnings()
3055 fscope->HasFallthroughStmt) { in IssueWarnings()
[all …]