Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.h43 void processFunctionDecl(const ast_matchers::MatchFinder::MatchResult &Result,
H A DRedundantVoidArgCheck.cpp72 processFunctionDecl(Result, Function); in check()
93 void RedundantVoidArgCheck::processFunctionDecl( in processFunctionDecl() function in clang::tidy::modernize::RedundantVoidArgCheck