Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h151 ConflictMarkerKind CurrentConflictMarkerState; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp108 CurrentConflictMarkerState = CMK_None; in InitLexer()
3221 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
3232 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
3260 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
3272 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
3282 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()