Searched refs:associateConstruct (Results 1 – 1 of 1) sorted by relevance
256 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre() argument257 return PushConstructName(associateConstruct); in Pre()303 void Post(const parser::AssociateConstruct &associateConstruct) { in Post() argument304 PopConstructName(associateConstruct); in Post()667 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() argument669 "ASSOCIATE", associateConstruct); in CheckName()