Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.h74 StringRef getReverseFunction() const;
DLoopConvertCheck.cpp698 Output << getReverseFunction() << '('; in doConversion()
993 llvm::StringRef LoopConvertCheck::getReverseFunction() const { in getReverseFunction() function in clang::tidy::modernize::LoopConvertCheck