Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RT

3000   } else if (const RecordType *RT = dyn_cast<RecordType>(VD->getType())) {
3003 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl());
3323 const RecordType *RT = dyn_cast<RecordType>(Field->getType());
3324 if (RT)
3325 GV = CollectAnonRecordDecls(RT->getDecl(), Unit, LineNo, LinkageName,
3544 for (auto &RT : RetainedTypes)
3545 if (auto MD = TypeCache[RT])