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

/external/clang/include/clang/AST/
H A DDeclCXX.h36 class CXXDestructorDecl;
1244 CXXDestructorDecl *getDestructor() const;
2153 /// CXXDestructorDecl - Represents a C++ destructor within a
2159 /// ~X(); // represented by a CXXDestructorDecl.
2162 class CXXDestructorDecl : public CXXMethodDecl { class in namespace:clang
2174 CXXDestructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc, function in class:clang::CXXDestructorDecl
2185 static CXXDestructorDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2191 static CXXDestructorDecl *CreateDeserialized(ASTContext & C, unsigned ID);
2218 static bool classof(const CXXDestructorDecl *D) { return true; }

Completed in 59 milliseconds