Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h44 enum ConflictMarkerKind { enum
151 ConflictMarkerKind CurrentConflictMarkerState;
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp3242 ConflictMarkerKind CMK) { in FindConflictEnd()
3280 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce; in IsStartOfConflictMarker()