Searched refs:RecordDef (Results 1 – 2 of 2) sorted by relevance
9771 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local9773 if (!RecordDef) { in ActOnExplicitInstantiation()9791 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()9792 if (!RecordDef) in ActOnExplicitInstantiation()9798 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()9802 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
5753 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local5757 *this, S, CurContext, RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()