Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h131 const EnumDecl::enumerator_range Constants);
1157 EnumRecord *EnumRecord, const EnumDecl::enumerator_range Constants) { in recordEnumConstants()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3954 using enumerator_range = variable
3957 enumerator_range enumerators() const { in enumerators()
3958 return enumerator_range(enumerator_begin(), enumerator_end()); in enumerators()