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

/external/clang/include/clang/AST/
H A DDeclCXX.h37 class CXXDestructorDecl;
1315 CXXDestructorDecl *getDestructor() const;
2220 /// ~X(); // represented by a CXXDestructorDecl.
2223 class CXXDestructorDecl : public CXXMethodDecl { class in namespace:clang
2228 CXXDestructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc, function in class:clang::CXXDestructorDecl
2239 static CXXDestructorDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2245 static CXXDestructorDecl *CreateDeserialized(ASTContext & C, unsigned ID);

Completed in 93 milliseconds