Searched refs:recordDecl (Results 1 – 1 of 1) sorted by relevance
402 const CXXRecordDecl *recordDecl = varType->getAsCXXRecordDecl(); in ProcessAutomaticObjDtor() local403 assert(recordDecl && "get CXXRecordDecl fail"); in ProcessAutomaticObjDtor()404 const CXXDestructorDecl *dtorDecl = recordDecl->getDestructor(); in ProcessAutomaticObjDtor()