Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringInitCheck.cpp94 const auto EmptyStringCtorExprWithTemporaries = in registerMatchers() local
102 anyOf(EmptyStringCtorExpr, EmptyStringCtorExprWithTemporaries)))); in registerMatchers()