Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DEnumCastOutOfRangeChecker.cpp72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1615 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(), in IsStructurallyEquivalent()
1617 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent()
DMicrosoftMangle.cpp1071 cast<EnumDecl>(TD)->enumerator_begin() != in mangleUnqualifiedName()
1076 Name += ED->enumerator_begin()->getName(); in mangleUnqualifiedName()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3707 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
3710 enumerator_iterator enumerator_begin() const { in enumerator_begin() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5523 for (enum_pos = enum_decl->enumerator_begin(), in ForEachEnumerator()
8586 for (enum_pos = enum_decl->enumerator_begin(), in DumpValue()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10275 for (auto I = ED->enumerator_begin(), E = ED->enumerator_end(); I != E; in appendEnumType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp4793 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()