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.cpp3246 ConflictMarkerKind CMK) { in FindConflictEnd() argument
3247 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>"; in FindConflictEnd()
3248 size_t TermLen = CMK == CMK_Perforce ? 5 : 7; in FindConflictEnd()