reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
   46   if (const auto *Op = dyn_cast<clang::UnaryOperator>(&ExprNode)) {
   53   StringRef Text = tooling::fixit::getText(ExprNode, *Result.Context);
   58   if (needParensAfterUnaryOperator(ExprNode)) {