Searched refs:onlyDeclaresVariables (Results 1 – 1 of 1) sorted by relevance
22 AST_MATCHER(DeclStmt, onlyDeclaresVariables) { in AST_MATCHER() argument28 Finder->addMatcher(declStmt(onlyDeclaresVariables(), unless(isSingleDecl()), in registerMatchers()