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