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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h39 CMK_Perforce enumerator in enum:clang::ConflictMarkerKind
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2557 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>";
2558 size_t TermLen = CMK == CMK_Perforce ? 5 : 7;
2594 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce;

Completed in 166 milliseconds