Home
last modified time | relevance | path

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

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