Home
last modified time | relevance | path

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

/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.cpp1892 EC2End = D2->enumerator_end(); in IsStructurallyEquivalent()
1894 EC1End = D1->enumerator_end(); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp1256 cast<EnumDecl>(TD)->enumerator_end()) { in mangleUnqualifiedName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3974 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
3984 enumerator_iterator enumerator_end() const { in enumerator_end() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5585 enum_end_pos = enum_decl->enumerator_end(); in ForEachEnumerator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5143 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()