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

/external/clang/include/clang/Parse/
H A DParser.h1779 void ParseEnumBody(SourceLocation StartLoc, Decl *TagDecl);
/external/clang/lib/Parse/
H A DParseDecl.cpp3753 ParseEnumBody(StartLoc, TagDecl);
3762 /// ParseEnumBody - Parse a {} enclosed enumerator-list.
3772 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { function in class:Parser

Completed in 106 milliseconds