Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h54 bool tryMergeCSharpKeywordVariables();
H A DFormatTokenLexer.cpp154 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
428 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer