Searched defs:EnumDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4645 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { argument
4648 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); local
4768 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, T.getRange()); local

Completed in 122 milliseconds