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

/external/clang/lib/Lex/
H A DLexer.cpp2644 /// HandleEndOfConflictMarker - If this is a '====' or '||||' or '>>>>', or if
2648 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { function in class:Lexer
3396 } else if (After == '<' && HandleEndOfConflictMarker(CurPtr-1)) {
3453 } else if (After == '>' && HandleEndOfConflictMarker(CurPtr-1)) {
3485 if (CurPtr[1] == '|' && HandleEndOfConflictMarker(CurPtr-1))
3512 if (CurPtr[1] == '=' && HandleEndOfConflictMarker(CurPtr-1))

Completed in 567 milliseconds