Searched refs:IsStartOfConflictMarker (Results 1 – 4 of 4) sorted by relevance
638 bool IsStartOfConflictMarker(const char *CurPtr);
722 bool IsStartOfConflictMarker(const char *CurPtr);
2632 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() function in Lexer3429 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()3486 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()
2869 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() function in Lexer3707 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()3785 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()