Searched refs:enumerators (Results 1 – 25 of 25) sorted by relevance
61 def __init__(self, index, enumerators): argument63 self.enumerators = enumerators69 for i, init in enumerate(self.enumerators):275 for enumerators in combinations(self.values, numEnumerators):277 return EnumType(n, enumerators)
216 for i in range(0, len(t.enumerators)):
323 concept has it's new name (remember what enumerators used to be until324 Mickeysoft(tm) claimed that enumerators are what we thought were iterators.325 Yeah right, enumerators are also containers. They are not separated. Muddy.)
44 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
10 // Macros for running through Dwarf enumerators.
490 auto enum_range = ED->enumerators(); in VisitTagDecl()
466 Clang allows attributes to be written on individual enumerators. This allows467 enumerators to be deprecated, made unavailable, etc. The attribute must appear479 Attributes on the ``enum`` declaration do not apply to individual enumerators.1808 provided, with values corresponding to the enumerators of C11's
1202 the enumerators ``Red``, ``Green``, and ``Blue``. Thus, traversing the list of
1127 enumerators are defined in their own small namespace or inside a class,1128 enumerators should have a prefix corresponding to the enum declaration name.1129 For example, ``enum ValueKind { ... };`` may contain enumerators like1307 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
1079 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()1211 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
975 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
11338 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef()14755 for (auto *E : ED->enumerators()) { in IsValueInFlagEnum()
3914 for (auto *E : Enum->enumerators()) { in CodeCompleteCase()
805 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
84 "missing ',' between enumerators">;
174 // a list of strings to accept, and a list of enumerators to map them to.
2519 …"variables, functions, methods, types, enumerations, enumerators, labels, and non-static data memb…
794 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
3109 enumerator_range enumerators() const { in enumerators() function
2240 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
489 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
3683 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
5499 because on Linux they are enumerators.