Searched refs:end_loc (Results 1 – 5 of 5) sorted by relevance
239 end_loc = length(old_record) - length($0);240 end_loc += index(last_fs, ",") - length(last_fs);248 len = end_loc - start_loc;
473 std::string transformed_text, size_t &start_loc, size_t &end_loc) { in GetOriginalBodyBounds() argument478 end_loc = transformed_text.find(m_end_marker); in GetOriginalBodyBounds()479 return end_loc != std::string::npos; in GetOriginalBodyBounds()
72 size_t &start_loc, size_t &end_loc);
373 char *end_loc = strstr(start_loc, "\n"); in test_vector_creation() local374 memcpy(&found_line, start_loc, (end_loc-start_loc)); in test_vector_creation()375 found_line[end_loc-start_loc]='\0'; in test_vector_creation()
643 clang::SourceLocation end_loc = last_token.getLocation(); in GetTextForRange() local645 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange()