Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.h59 bool tryTransformCSharpForEach();
H A DFormatTokenLexer.cpp142 if (tryTransformCSharpForEach()) in tryMergePreviousTokens()
323 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() function in clang::format::FormatTokenLexer