Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h638 bool IsStartOfConflictMarker(const char *CurPtr);
/external/clang/lib/Lex/
DLexer.cpp2632 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() function in Lexer
3429 } else if (After == '<' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()
3486 } else if (After == '>' && IsStartOfConflictMarker(CurPtr-1)) { in LexTokenInternal()