Lines Matching refs:IsStartOfConflictMarker
2600 /// IsStartOfConflictMarker - If the specified pointer is the start of a version2604 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) {3398 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) {3455 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) {