Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp24 AST_MATCHER(FunctionDecl, hasOtherDeclarations) { in AST_MATCHER() argument
297 Finder->addMatcher(functionDecl(hasOtherDeclarations()).bind("functionDecl"), in registerMatchers()