Home
last modified time | relevance | path

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

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