Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp70 const auto BoundStringLiteral = stringLiteral().bind("str"); in registerMatchers() local
73 hasInitializer(ignoringParenImpCasts(BoundStringLiteral))); in registerMatchers()
77 hasInitializer(ignoringParenImpCasts(BoundStringLiteral))); in registerMatchers()
79 BoundStringLiteral, declRefExpr(hasDeclaration(anyOf( in registerMatchers()