Searched refs:StrLenText (Results 1 – 1 of 1) sorted by relevance
82 const StringRef StrLenText = Lexer::getSourceText( in check() local88 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()