Searched refs:hasOtherDeclarations (Results 1 – 1 of 1) sorted by relevance
24 AST_MATCHER(FunctionDecl, hasOtherDeclarations) { in AST_MATCHER() argument297 Finder->addMatcher(functionDecl(hasOtherDeclarations()).bind("functionDecl"), in registerMatchers()