Home
last modified time | relevance | path

Searched defs:NullishCoalescingOperator (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp121 static const tok::TokenKind NullishCoalescingOperator[] = {tok::question, tryMergePreviousTokens() local
/llvm-project/clang/unittests/Format/
H A DFormatTestJS.cpp2542 TEST_F(FormatTestJS,NullishCoalescingOperator) TEST_F() argument