Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp22 AST_MATCHER(FunctionDecl, hasOtherDeclarations) { in AST_MATCHER() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseConstraintsCheck.cpp29 AST_MATCHER(FunctionDecl, hasOtherDeclarations) { in AST_MATCHER() argument