Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RDecl

107   if (const RecordDecl *RDecl = dyn_cast<RecordDecl>(Context)) {
108 if (!RDecl->isDependentType()) {
109 llvm::DIType Ty = getOrCreateType(CGM.getContext().getTypeDeclType(RDecl),
2240 else if (const RecordDecl *RDecl =
2242 FDContext = getContextDescriptor(cast<Decl>(RDecl->getDeclContext()));