Searched defs:CXXDestructorDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h36 class CXXDestructorDecl;
1393 CXXDestructorDecl *getDestructor() const;
2351 /// ~X(); // represented by a CXXDestructorDecl.
2354 class CXXDestructorDecl : public CXXMethodDecl { class in namespace:clang
2359 CXXDestructorDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, function in class:clang::CXXDestructorDecl
2370 static CXXDestructorDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2376 static CXXDestructorDecl *CreateDeserialized(ASTContext & C, unsigned ID);
2380 return cast<CXXDestructorDecl>(getFirstDecl())->OperatorDelete;

Completed in 375 milliseconds