Searched refs:ValidateLabels (Results 1 – 3 of 3) sorted by relevance
23 bool ValidateLabels(SemanticsContext &context, const parser::Program &program);
345 return ValidateLabels(context_, program_) && in Perform()
1090 bool ValidateLabels(SemanticsContext &context, const parser::Program &program) { in ValidateLabels() function