Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatTokenLexer.h57 bool tryMergeCSharpKeywordVariables();
DFormatTokenLexer.cpp138 if (tryMergeCSharpKeywordVariables()) in tryMergePreviousTokens()
371 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() function in clang::format::FormatTokenLexer