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

/external/clang/include/clang/AST/
H A DDeclCXX.h36 class CXXDestructorDecl;
1375 CXXDestructorDecl *getDestructor() const;
2330 /// ~X(); // represented by a CXXDestructorDecl.
2333 class CXXDestructorDecl : public CXXMethodDecl { class in namespace:clang
2338 CXXDestructorDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, function in class:clang::CXXDestructorDecl
2349 static CXXDestructorDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2355 static CXXDestructorDecl *CreateDeserialized(ASTContext & C, unsigned ID);
2358 cast<CXXDestructorDecl>(getFirstDecl())->OperatorDelete = OD;
2361 return cast<CXXDestructorDecl>(getFirstDecl())->OperatorDelete;

Completed in 399 milliseconds