Searched refs:TagT (Results 1 – 3 of 3) sorted by relevance
4419 if (const TagType *TagT = field->getType()->getAs<TagType>()) { in AddFieldToRecordType() local4420 if (RecordDecl *Rec = dyn_cast<RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
1480 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local1481 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
7478 if (const TagType *TagT = dyn_cast<TagType>(TD->TypeForDecl)) { in finishPendingActions() local7480 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()