Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1872 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
1873 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
1879 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
1902 flushDiagnostics(S, fscope); in IssueWarnings()
1954 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
1958 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1965 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1989 flushDiagnostics(S, fscope); in IssueWarnings()
2068 fscope->HasFallthroughStmt) { in IssueWarnings()
2074 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()