Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp296 auto WarnLoc = MemberCall ? MemberCall->getBeginLoc() : SourceLocation{}; in check() local
298 if (WarnLoc.isValid()) { in check()
299 diag(WarnLoc, "the 'empty' method should be used to check " in check()
303 WarnLoc = BinCmpTempl in check()
308 diag(WarnLoc, "the 'empty' method should be used to check " in check()