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.cpp5643 Decl *LastEnumConstDecl = nullptr; in ParseEnumBody() local
5685 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs, in ParseEnumBody()
5690 LastEnumConstDecl = EnumConstDecl; in ParseEnumBody()