reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
171 bool isForEHCleanup() const { return flags & F_IsForEH; } 173 void setIsForEHCleanup() { flags |= F_IsForEH; } 175 bool isNormalCleanupKind() const { return flags & F_IsNormalCleanupKind; } 176 void setIsNormalCleanupKind() { flags |= F_IsNormalCleanupKind; } 180 bool isEHCleanupKind() const { return flags & F_IsEHCleanupKind; } 181 void setIsEHCleanupKind() { flags |= F_IsEHCleanupKind; }