Home | History | Annotate | Download | only in AST

Lines Matching refs:CXXDestructor

2233     : CXXMethodDecl(CXXDestructor, RD, StartLoc, NameInfo, T, TInfo, false,
2273 static bool classofKind(Kind K) { return K == CXXDestructor; }