Searched refs:altReturnSpec (Results 1 – 4 of 4) sorted by relevance
581 void Post(const parser::AltReturnSpec &altReturnSpec);
519 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post() argument520 AddLabelReference(altReturnSpec.v); in Post()
1438 void LabelEnforce::Post(const parser::AltReturnSpec &altReturnSpec) { in Post() argument1439 checkLabelUse(altReturnSpec.v); in Post()
451 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post() argument452 CheckSourceLabel(altReturnSpec.v); in Post()