Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp104 CurrentConflictMarkerState = CMK_None; in InitLexer()
2884 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
2895 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
2923 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
2935 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
2945 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h136 ConflictMarkerKind CurrentConflictMarkerState; variable