Searched refs:altReturnSpec (Results 1 – 3 of 3) sorted by relevance
533 void Post(const parser::AltReturnSpec &altReturnSpec);
495 void Post(const parser::AltReturnSpec &altReturnSpec) { in Post() argument496 AddLabelReference(altReturnSpec.v); in Post()
1331 void LabelEnforce::Post(const parser::AltReturnSpec &altReturnSpec) { in Post() argument1332 checkLabelUse(altReturnSpec.v); in Post()