Home
last modified time | relevance | path

Searched refs:TT_ConflictEnd (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h38 TT_ConflictEnd, enumerator
DUnwrappedLineParser.cpp1775 FormatTok->Type == TT_ConflictEnd || in readToken()
1781 } else if (FormatTok->Type == TT_ConflictEnd) { in readToken()
DFormat.cpp932 Type = TT_ConflictEnd; in tryMergeConflictMarkers()