Lines Matching refs:enumerators
24 return llvm::all_of(Node.enumerators(), [](const EnumConstantDecl *ECD) {
31 for (const EnumConstantDecl *ECD : Node.enumerators()) {
41 return llvm::all_of(Node.enumerators(), [](const EnumConstantDecl *ECD) {
90 const EnumDecl::enumerator_range Enumerators = Node.enumerators();
98 /// Excludes bitfields because enumerators initialized with the result of a
102 /// bitmask, evident when enumerators are only initialized with (potentially
104 /// enumerators are powers of two (e.g., 0, 1, 2).
106 const EnumDecl::enumerator_range Enumerators = Node.enumerators();
175 for (const EnumConstantDecl *ECD : Enum->enumerators())
204 for (const EnumConstantDecl *ECD : llvm::drop_begin(Enum->enumerators()))