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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h718 bool IsStartOfConflictMarker(const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2846 /// IsStartOfConflictMarker - If the specified pointer is the start of a version
2850 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { function in class:Lexer
3684 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) {
3762 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) {

Completed in 165 milliseconds