Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h57 bool tryMergeNullishCoalescingEqual();
H A DFormatTokenLexer.cpp114 if (tryMergeNullishCoalescingEqual()) { in tryMergePreviousTokens()
318 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual() function in clang::format::FormatTokenLexer