Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h104 bool tryMergeConflictMarkers();
H A DFormatTokenLexer.cpp116 if (tryMergeConflictMarkers()) in tryMergePreviousTokens()
1011 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers() function in clang::format::FormatTokenLexer