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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3820 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { argument
3823 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl); local
3906 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl, local

Completed in 85 milliseconds