Lines Matching refs:file_location
660 if (!k.second.file_location->is_defined) {
662 k.second.file_location->bound_left, k.second.file_location->bound_right,
663 k.second.file_location->whole_line);
695 if (!k.second.file_location->is_defined) {
696 context_.err = Error("This function does not exist.", k.second.file_location->line_number,
697 Error::ErrorType::ERR_BAD_ID_FUNCTION, "", k.second.file_location->bound_left,
698 k.second.file_location->bound_right, k.second.file_location->whole_line);
745 if (!k.second.file_location->is_defined) {
746 context_.err = Error("This record does not exist.", k.second.file_location->line_number,
747 Error::ErrorType::ERR_BAD_ID_RECORD, "", k.second.file_location->bound_left,
748 k.second.file_location->bound_right, k.second.file_location->whole_line);
752 k.second.file_location->line_number, Error::ErrorType::ERR_BAD_DEFINITION_RECORD, "",
753 k.second.file_location->bound_left, k.second.file_location->bound_right,
754 k.second.file_location->whole_line);
967 context_.err = Error("Code area is not closed.", curr_func_->file_location->line_number,
1909 if (iter == program_.function_table.end() || !iter->second.file_location->is_defined) {
1983 if (iter == program_.record_table.end() || !iter->second.file_location->is_defined) {