Home
last modified time | relevance | path

Searched refs:IsStartOfConflictMarker (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3264 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() function in Lexer
4224 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()
4302 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()