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.cpp10301 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
10303 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()
H A DSemaDecl.cpp5867 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
5871 *this, S, CurContext, RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()