Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringCStrCheck.cpp75 const auto StringExpr = in registerMatchers() local
91 cxxMemberCallExpr(on(StringExpr.bind("arg")), in registerMatchers()
113 anyOf(allOf(hasArgument(0, StringExpr), in registerMatchers()
116 hasArgument(1, StringExpr)))), in registerMatchers()
123 hasArgument(0, StringExpr), in registerMatchers()
129 cxxMemberCallExpr(on(StringExpr), callee(decl(cxxMethodDecl(hasAnyName( in registerMatchers()
136 cxxMemberCallExpr(on(StringExpr), in registerMatchers()
143 cxxMemberCallExpr(on(StringExpr), in registerMatchers()
153 cxxMemberCallExpr(on(StringExpr), in registerMatchers()
/external/llvm-project/clang/unittests/Tooling/
DTransformerTest.cpp169 StringRef StringExpr = "strexpr"; in ruleStrlenSize() local
175 .bind(StringExpr)), in ruleStrlenSize()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1156 protected void StringExpr() throws javax.xml.transform.TransformerException in StringExpr() method in XPathParser