Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedOperatorInStrlenInAllocCheck.cpp84 const StringRef StrLenText = Lexer::getSourceText( in check() local
90 const StringRef StrLenBegin = StrLenText.substr(0, StrLenText.find(Arg0Text)); in check()
91 const StringRef StrLenEnd = StrLenText.substr( in check()
92 StrLenText.find(Arg0Text) + Arg0Text.size(), StrLenText.size()); in check()