Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsCXXRecordDecl

36   if (const CXXRecordDecl *RD = E->getType()->getAsCXXRecordDecl())
67 const CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
558 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
560 return ThisArg->getType()->getAsCXXRecordDecl();
1087 return getType()->getAsCXXRecordDecl();
1416 Record = T->getAsCXXRecordDecl();
1428 Record = BaseType->getAsCXXRecordDecl();