Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp65 const auto LargeLengthExpr = expr(ignoringParenImpCasts( in registerMatchers() local
97 hasArgument(0, LargeLengthExpr.bind("large-length")))) in registerMatchers()
115 hasArgument(1, LargeLengthExpr.bind("large-length")), in registerMatchers()