Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatTokenLexer.h60 bool tryMergeConflictMarkers();
DFormatTokenLexer.cpp64 if (tryMergeConflictMarkers()) in tryMergePreviousTokens()
305 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers() function in clang::format::FormatTokenLexer