Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp7567 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
7569 if (!RecordDef) { in ActOnExplicitInstantiation()
7587 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
7588 if (!RecordDef) in ActOnExplicitInstantiation()
7594 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
7598 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
DSemaDecl.cpp4416 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
4419 InjectAnonymousStructOrUnionMembers(*this, S, CurContext, RecordDef, in BuildMicrosoftCAnonymousStruct()