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