Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h132 const EnumDecl::enumerator_range Constants);
1205 SymbolReference Container, const EnumDecl::enumerator_range Constants) { in recordEnumConstants()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3970 using enumerator_range = variable
3973 enumerator_range enumerators() const { in enumerators()
3974 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8659 clang::EnumDecl::enumerator_range enumerators = enum_decl->enumerators(); in DumpEnumValue()