Searched refs:hasSingleDecl (Results 1 – 4 of 4) sorted by relevance
324 declStmt(hasSingleDecl( in checkASTCodeBody()
145 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
300 REGISTER_MATCHER(hasSingleDecl); in RegistryMaps()
3349 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument