Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h58 bool tryTransformCSharpForEach();
H A DFormatTokenLexer.cpp129 if (tryTransformCSharpForEach()) in tryMergePreviousTokens()
358 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() function in clang::format::FormatTokenLexer