Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringLiteralWithEmbeddedNulCheck.cpp41 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
53 cxxConstructExpr(StringConstructorExpr, hasArgument(0, StrLitWithNul))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringInitCheck.cpp80 const auto StringConstructorExpr = expr( in registerMatchers() local
91 StringConstructorExpr, in registerMatchers()
95 cxxConstructExpr(StringConstructorExpr, in registerMatchers()
DRedundantStringCStrCheck.cpp79 const auto StringConstructorExpr = expr(anyOf( in registerMatchers() local
104 StringConstructorExpr, hasArgument(0, StringCStrCallExpr), in registerMatchers()