Home
last modified time | relevance | path

Searched defs:UnusedInRangeForStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStdPrintCheck.cpp89 auto UnusedInRangeForStmt = cxxForRangeStmt(hasBody(MatchedCallExpr)); unusedReturnValue() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedReturnValueCheck.cpp208 auto UnusedInRangeForStmt = cxxForRangeStmt(hasBody(MatchedCallExpr)); in registerMatchers() local