Searched refs:StringCStrCallExpr (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantStringCStrCheck.cpp | 68 const auto StringCStrCallExpr = in registerMatchers() local 83 hasArgument(0, StringCStrCallExpr), in registerMatchers() 93 hasArgument(1, StringCStrCallExpr)), in registerMatchers() 94 allOf(hasArgument(0, StringCStrCallExpr), in registerMatchers() 103 hasArgument(1, StringCStrCallExpr)), in registerMatchers() 110 argumentCountIs(1), hasArgument(0, StringCStrCallExpr)), in registerMatchers() 117 argumentCountIs(3), hasArgument(2, StringCStrCallExpr)), in registerMatchers() 127 hasArgument(0, StringCStrCallExpr)), in registerMatchers() 134 argumentCountIs(2), hasArgument(1, StringCStrCallExpr)), in registerMatchers() 154 hasArgument(0, StringCStrCallExpr))), in registerMatchers() [all …]
|