Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp73 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1749 EC2End = D2->enumerator_end(); in IsStructurallyEquivalent()
1751 EC1End = D1->enumerator_end(); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp1107 cast<EnumDecl>(TD)->enumerator_end()) { in mangleUnqualifiedName()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3852 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
3862 enumerator_iterator enumerator_end() const { in enumerator_end() function
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5618 enum_end_pos = enum_decl->enumerator_end(); in ForEachEnumerator()
8764 enum_end_pos = enum_decl->enumerator_end(); in DumpValue()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10748 for (auto I = ED->enumerator_begin(), E = ED->enumerator_end(); I != E; in appendEnumType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp5212 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()