Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUniqueptrResetReleaseCheck.cpp102 std::string LeftText = std::string(clang::Lexer::getSourceText( in check() local
110 LeftText = "*" + LeftText; in check()
122 std::string NewText = LeftText + " = " + RightText; in check()