Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDEnumCastOutOfRangeChecker.cpp72 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp1365 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(), in IsStructurallyEquivalent()
1367 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent()
HDMicrosoftMangle.cpp966 cast<EnumDecl>(TD)->enumerator_begin() != in mangleUnqualifiedName()
971 Name += ED->enumerator_begin()->getName(); in mangleUnqualifiedName()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3609 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
3612 enumerator_iterator enumerator_begin() const { in enumerator_begin() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp5145 for (enum_pos = enum_decl->enumerator_begin(), in ForEachEnumerator()
8157 for (enum_pos = enum_decl->enumerator_begin(), in DumpValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp9150 for (auto I = ED->enumerator_begin(), E = ED->enumerator_end(); I != E; in appendEnumType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp4577 if (Enum->enumerator_begin() == Enum->enumerator_end() && in ParsedFreeStandingDeclSpec()