Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.h45 void processFunctionDecl(const ast_matchers::MatchFinder::MatchResult &Result,
DRedundantVoidArgCheck.cpp76 processFunctionDecl(Result, Function); in check()
98 void RedundantVoidArgCheck::processFunctionDecl( in processFunctionDecl() function in clang::tidy::modernize::RedundantVoidArgCheck