Home
last modified time | relevance | path

Searched refs:enumerator_iterator (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3449 using enumerator_iterator = specific_decl_iterator<EnumConstantDecl>; variable
3457 enumerator_iterator enumerator_begin() const { in enumerator_begin()
3461 return enumerator_iterator(E->decls_begin()); in enumerator_begin()
3464 enumerator_iterator enumerator_end() const { in enumerator_end()
3468 return enumerator_iterator(E->decls_end()); in enumerator_end()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1195 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(), in IsStructurallyEquivalent()
1197 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5829 clang::EnumDecl::enumerator_iterator enum_pos, enum_end_pos; in ForEachEnumerator()
9258 clang::EnumDecl::enumerator_iterator enum_pos, enum_end_pos; in DumpValue()
9514 clang::EnumDecl::enumerator_iterator enum_pos, enum_end_pos; in DumpTypeValue()