Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp76 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp433 for (auto I = ED->enumerator_begin(), E = ED->enumerator_end(); I != E; in appendEnumType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1858 EC2End = D2->enumerator_end(); in IsStructurallyEquivalent()
1860 EC1End = D1->enumerator_end(); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp1165 cast<EnumDecl>(TD)->enumerator_end()) { in mangleUnqualifiedName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3958 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
3968 enumerator_iterator enumerator_end() const { in enumerator_end() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5498 enum_end_pos = enum_decl->enumerator_end(); in ForEachEnumerator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5298 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()