Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp561 auto enum_range = ED->enumerators(); in VisitTagDecl() local
562 if (enum_range.begin() != enum_range.end()) { in VisitTagDecl()
563 Out << '@' << **enum_range.begin(); in VisitTagDecl()