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.cpp1750 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
1751 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
1757 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
1780 flushDiagnostics(S, fscope); in IssueWarnings()
1831 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
1835 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1842 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1866 flushDiagnostics(S, fscope); in IssueWarnings()
1948 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()