Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RDecl

174   if (const RecordDecl *RDecl = dyn_cast<RecordDecl>(Context))
175 if (!RDecl->isDependentType())
176 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl),
2435 else if (const RecordDecl *RDecl =
2437 llvm::DIScope *Mod = getParentModuleOrNull(RDecl);
2438 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);