Searched refs:associateConstruct (Results 1 – 1 of 1) sorted by relevance
265 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre() argument266 return PushConstructName(associateConstruct); in Pre()316 void Post(const parser::AssociateConstruct &associateConstruct) { in Post() argument317 PopConstructName(associateConstruct); in Post()691 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() argument693 "ASSOCIATE", associateConstruct); in CheckName()