Searched refs:HandleEndOfConflictMarker (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h719 bool HandleEndOfConflictMarker(const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2890 /// HandleEndOfConflictMarker - If this is a '====' or '||||' or '>>>>', or if
2894 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { function in class:Lexer
3688 } else if (After == '<' && HandleEndOfConflictMarker(CurPtr-1)) {
3766 } else if (After == '>' && HandleEndOfConflictMarker(CurPtr-1)) {
3800 if (CurPtr[1] == '|' && HandleEndOfConflictMarker(CurPtr-1))
3829 if (CurPtr[1] == '=' && HandleEndOfConflictMarker(CurPtr-1))

Completed in 164 milliseconds