Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedOperatorInStrlenInAllocCheck.cpp90 const StringRef StrLenBegin = StrLenText.substr(0, StrLenText.find(Arg0Text)); in check() local
103 (StrLenBegin + LHSText + StrLenEnd + " + " + RHSText).str()); in check()