Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h90 ConflictMarkerKind CurrentConflictMarkerState; variable
/external/clang/lib/Lex/
DLexer.cpp80 CurrentConflictMarkerState = CMK_None; in InitLexer()
2613 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
2624 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
2653 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
2665 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
2675 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()