Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DFasterStringFindCheck.cpp65 const auto StringFindFunctions = in registerMatchers() local
71 callee(functionDecl(StringFindFunctions).bind("func")), in registerMatchers()