Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h54 CMK_Perforce enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3247 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>"; in FindConflictEnd()
3248 size_t TermLen = CMK == CMK_Perforce ? 5 : 7; in FindConflictEnd()
3284 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce; in IsStartOfConflictMarker()