Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h151 ConflictMarkerKind CurrentConflictMarkerState; variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp105 CurrentConflictMarkerState = CMK_None; in InitLexer()
3090 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
3101 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
3129 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
3141 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
3151 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()