Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringLiteralWithEmbeddedNulCheck.cpp37 const auto StrLitWithNul = in registerMatchers() local
53 cxxConstructExpr(StringConstructorExpr, hasArgument(0, StrLitWithNul))), in registerMatchers()
57 Finder->addMatcher(cxxOperatorCallExpr(hasAnyArgument(StrLitWithNul)), this); in registerMatchers()