Home
last modified time | relevance | path

Searched refs:recordDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp402 const CXXRecordDecl *recordDecl = varType->getAsCXXRecordDecl(); in ProcessAutomaticObjDtor() local
403 assert(recordDecl && "get CXXRecordDecl fail"); in ProcessAutomaticObjDtor()
404 const CXXDestructorDecl *dtorDecl = recordDecl->getDestructor(); in ProcessAutomaticObjDtor()