Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp71 const auto StringConstructorExpr = expr( in registerMatchers() local
82 StringConstructorExpr, in registerMatchers()
86 cxxConstructExpr(StringConstructorExpr, in registerMatchers()
H A DRedundantStringCStrCheck.cpp52 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
82 anyOf(StringConstructorExpr, StringViewConstructorExpr), in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringLiteralWithEmbeddedNulCheck.cpp39 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
51 cxxConstructExpr(StringConstructorExpr, hasArgument(0, StrLitWithNul))), in registerMatchers()