Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:IsDeleted

1720 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) {
1722 notMatches("void Func();", functionDecl(hasName("Func"), isDeleted())));
1724 functionDecl(hasName("Func"), isDeleted())));