Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3242 ConflictMarkerKind CMK) { in FindConflictEnd() argument
3243 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>"; in FindConflictEnd()
3244 size_t TermLen = CMK == CMK_Perforce ? 5 : 7; in FindConflictEnd()