Searched refs:getCXXRecordDecl (Results 1 – 5 of 5) sorted by relevance
771 const CXXRecordDecl *getCXXRecordDecl(ProgramStateRef State, in getCXXRecordDecl() function790 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator()806 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable()821 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable()
448 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
5338 CXXRecordDecl *MemberPointerType::getCXXRecordDecl() const { in getCXXRecordDecl() function in MemberPointerType5345 auto *RD = getCXXRecordDecl(); in getMostRecentCXXRecordDecl()
3626 Profile(ID, getPointeeType(), getQualifier(), getCXXRecordDecl());3638 CXXRecordDecl *getCXXRecordDecl() const;
5993 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()