Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h56 bool tryMergeCSharpKeywordVariables();
H A DFormatTokenLexer.cpp123 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
336 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer