Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2544 void ParseEnumBody(SourceLocation StartLoc, Decl *TagDecl);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5603 ParseEnumBody(StartLoc, D); in ParseEnumSpecifier()
5628 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody() function in Parser