Searched refs:RecordDef (Results 1 – 2 of 2) sorted by relevance
10550 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local10552 if (!RecordDef) { in ActOnExplicitInstantiation()10570 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()10571 if (!RecordDef) in ActOnExplicitInstantiation()10577 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()10581 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
5926 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local5930 *this, S, CurContext, RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()