Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5369 Decl *LastEnumConstDecl = nullptr; in ParseEnumBody() local
5411 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs, in ParseEnumBody()
5416 LastEnumConstDecl = EnumConstDecl; in ParseEnumBody()