Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatTokenLexer.h100 bool tryMergeConflictMarkers();
DFormatTokenLexer.cpp102 if (tryMergeConflictMarkers()) in tryMergePreviousTokens()
862 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers() function in clang::format::FormatTokenLexer