Searched refs:offsetMatch (Results 1 – 1 of 1) sorted by relevance
765 StringRef offsetMatch = matches[3]; in computeExpectedDiags() local766 if (!offsetMatch.empty()) { in computeExpectedDiags()767 offsetMatch = offsetMatch.drop_front(1); in computeExpectedDiags()770 if (offsetMatch[0] == '+' || offsetMatch[0] == '-') { in computeExpectedDiags()772 offsetMatch.drop_front().getAsInteger(0, offset); in computeExpectedDiags()774 if (offsetMatch.front() == '+') in computeExpectedDiags()778 } else if (offsetMatch.consume_front("above")) { in computeExpectedDiags()785 assert(offsetMatch.consume_front("below")); in computeExpectedDiags()