Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp2883 ConflictMarkerKind CMK) { in FindConflictEnd() argument
2884 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>"; in FindConflictEnd()
2885 size_t TermLen = CMK == CMK_Perforce ? 5 : 7; in FindConflictEnd()