Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientStringConcatenationCheck.cpp69 const auto *LhsStr = Result.Nodes.getNodeAs<DeclRefExpr>("lhsStr"); in check() local
76 if (LhsStr) in check()
77 diag(LhsStr->getExprLoc(), DiagMsg); in check()