Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h56 bool tryTransformCSharpForEach();
H A DFormatTokenLexer.cpp158 if (tryTransformCSharpForEach()) in tryMergePreviousTokens()
450 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() function in clang::format::FormatTokenLexer