Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormatTokenLexer.h56 bool tryMergeCSharpKeywordVariables();
DFormatTokenLexer.cpp92 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
352 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer