Home
last modified time | relevance | path

Searched refs:RecordDef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9771 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9773 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()
H A DSemaDecl.cpp5753 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
5757 *this, S, CurContext, RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()