Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringLiteralWithEmbeddedNulCheck.cpp41 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
53 cxxConstructExpr(StringConstructorExpr, hasArgument(0, StrLitWithNul))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp72 const auto StringConstructorExpr = expr( in registerMatchers() local
83 StringConstructorExpr, in registerMatchers()
87 cxxConstructExpr(StringConstructorExpr, in registerMatchers()
H A DRedundantStringCStrCheck.cpp79 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
104 StringConstructorExpr, hasArgument(0, StringCStrCallExpr), in registerMatchers()