Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp41 struct CaseInfo { struct
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {} in CaseInfo() function
51 CaseInfo(SwitchCase *S, SourceRange Range) in CaseInfo() argument
57 SmallVectorImpl<CaseInfo> &Cases;
99 SmallVector<CaseInfo, 16> Cases;
151 CaseInfo &info = Cases[i]; in handleProtectedNote()
158 if (info.State == CaseInfo::St_Fixed) { in handleProtectedNote()
169 void tryFixing(CaseInfo &info) { in tryFixing()
172 info.State = CaseInfo::St_CannotFix; in tryFixing()
178 info.State = CaseInfo::St_Fixed; in tryFixing()
[all …]