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.h57 bool tryTransformCSharpForEach();
H A DFormatTokenLexer.cpp205 if (tryTransformCSharpForEach()) in tryMergePreviousTokens()
493 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() function in clang::format::FormatTokenLexer