Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.h57 bool tryMergeCSharpKeywordVariables();
H A DFormatTokenLexer.cpp138 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
303 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer