Searched defs:isSingleDecl (Results 1 – 2 of 2) sorted by relevance
80 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
20 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); } in AST_MATCHER() argument