Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h151 ConflictMarkerKind CurrentConflictMarkerState; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp152 CurrentConflictMarkerState = CMK_None; in InitLexer()
3281 if (CurrentConflictMarkerState || isLexingRawMode()) in IsStartOfConflictMarker()
3292 CurrentConflictMarkerState = Kind; in IsStartOfConflictMarker()
3320 if (!CurrentConflictMarkerState || isLexingRawMode()) in HandleEndOfConflictMarker()
3332 CurrentConflictMarkerState)) { in HandleEndOfConflictMarker()
3342 CurrentConflictMarkerState = CMK_None; in HandleEndOfConflictMarker()