Home
last modified time | relevance | path

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

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