Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h58 bool tryTransformCSharpForEach();
H A DFormatTokenLexer.cpp127 if (tryTransformCSharpForEach()) in tryMergePreviousTokens()
356 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() function in clang::format::FormatTokenLexer