Searched refs:source_location (Results 1 – 1 of 1) sorted by relevance
1325 Scanner::Location source_location = scanner_.location(); in ReportMessage() local1326 ReportMessageAt(source_location, type, args); in ReportMessage()1330 void AstBuildingParser::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() argument1334 source_location.beg_pos, source_location.end_pos); in ReportMessageAt()1344 void PreParser::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() argument1347 recorder()->LogMessage(source_location, type, args); in ReportMessageAt()