Lines Matching full:getparent
1305 /// getParent - Returns the parent of this method declaration, which
1307 const CXXRecordDecl *getParent() const {
1308 return cast<CXXRecordDecl>(FunctionDecl::getParent());
1311 /// getParent - Returns the parent of this method declaration, which
1313 CXXRecordDecl *getParent() {
1315 cast<CXXRecordDecl>(FunctionDecl::getParent()));