Searched refs:IsStartOfConflictMarker (Results 1 – 2 of 2) sorted by relevance
618 bool IsStartOfConflictMarker(const char *CurPtr);
2604 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() function in Lexer3398 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()3455 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()