Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h59 bool tryMergeCSharpKeywordVariables();
H A DFormatTokenLexer.cpp147 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
390 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer