Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h84 ConflictMarkerKind CurrentConflictMarkerState; variable
/external/clang/lib/Lex/
DLexer.cpp92 CurrentConflictMarkerState = CMK_None; in InitLexer()
2492 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
2503 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
2532 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
2544 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
2554 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()