Searched refs:RecordDef (Results 1 – 2 of 2) sorted by relevance
6576 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local6578 if (!RecordDef) { in ActOnExplicitInstantiation()6596 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()6597 if (!RecordDef) in ActOnExplicitInstantiation()6603 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()6607 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
3221 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local3222 if (!RecordDef || InjectAnonymousStructOrUnionMembers(*this, S, CurContext, in BuildMicrosoftCAnonymousStruct()3223 RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()