Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp82 const auto STLArg = in registerMatchers() local
91 anyOf(allOf(hasArgument(0, WrongComparend), hasArgument(1, STLArg)), in registerMatchers()
92 allOf(hasArgument(0, STLArg), hasArgument(1, WrongComparend))), in registerMatchers()