Searched refs:TagT (Results 1 – 3 of 3) sorted by relevance
4345 if (const TagType *TagT = field->getType()->getAs<TagType>()) { in AddFieldToRecordType() local4346 if (RecordDecl *Rec = dyn_cast<RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
1478 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local1479 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
8420 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local8422 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()