Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.h74 StringRef getReverseFunction() const;
H A DLoopConvertCheck.cpp663 Output << getReverseFunction() << '('; in doConversion()
954 llvm::StringRef LoopConvertCheck::getReverseFunction() const { in getReverseFunction() function in clang::tidy::modernize::LoopConvertCheck