Searched refs:attr_loc (Results 1 – 1 of 1) sorted by relevance
2671 LocTy attr_loc = lexer_.GetLoc(); in ParseAttributeHelper() local2695 return Error(attr_loc, "value out of range for int32"); in ParseAttributeHelper()2708 return Error(attr_loc, "value out of range for float"); in ParseAttributeHelper()3023 LocTy attr_loc = lexer_.GetLoc(); in ParseWindow() local3026 return Error(attr_loc, "expects sub-attributes in window"); in ParseWindow()3047 return Error(attr_loc, StrCat("unexpected attribute name: ", field_name)); in ParseWindow()