Searched refs:RecordDef (Results 1 – 2 of 2) sorted by relevance
10301 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local10303 if (!RecordDef) { in ActOnExplicitInstantiation()10321 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()10322 if (!RecordDef) in ActOnExplicitInstantiation()10328 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()10332 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
5867 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local5871 *this, S, CurContext, RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()