Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringCStrCheck.cpp90 const auto StringCStrCallExpr = in registerMatchers() local
104 StringConstructorExpr, hasArgument(0, StringCStrCallExpr), in registerMatchers()
114 hasArgument(1, StringCStrCallExpr)), in registerMatchers()
115 allOf(hasArgument(0, StringCStrCallExpr), in registerMatchers()
124 hasArgument(1, StringCStrCallExpr)), in registerMatchers()
131 argumentCountIs(1), hasArgument(0, StringCStrCallExpr)), in registerMatchers()
138 argumentCountIs(3), hasArgument(2, StringCStrCallExpr)), in registerMatchers()
148 hasArgument(0, StringCStrCallExpr)), in registerMatchers()
155 argumentCountIs(2), hasArgument(1, StringCStrCallExpr)), in registerMatchers()
175 hasArgument(0, StringCStrCallExpr))), in registerMatchers()