Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h90 ConflictMarkerKind CurrentConflictMarkerState; variable
/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/llvm-project/clang/include/clang/Lex/
DLexer.h136 ConflictMarkerKind CurrentConflictMarkerState; variable
/external/llvm-project/clang/lib/Lex/
DLexer.cpp104 CurrentConflictMarkerState = CMK_None; in InitLexer()
2882 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
2893 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
2921 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
2933 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
2943 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()