Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:IsDeleted

852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) {
854 notMatches("void Func();", functionDecl(hasName("Func"), isDeleted())));
856 functionDecl(hasName("Func"), isDeleted())));