Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStructDeclaration

3358 /// ParseStructDeclaration - Parse a struct declaration without the terminating
3375 void Parser::ParseStructDeclaration(
3383 return ParseStructDeclaration(DS, FieldsCallback);
3506 ParseStructDeclaration(DS, CFieldCallback);