Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp80 CurrentConflictMarkerState = CMK_None; in InitLexer()
2645 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
2656 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
2685 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
2697 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
2707 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()
/external/clang/include/clang/Lex/
DLexer.h90 ConflictMarkerKind CurrentConflictMarkerState; variable