Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp7453 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
7455 if (!RecordDef) { in ActOnExplicitInstantiation()
7473 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
7474 if (!RecordDef) in ActOnExplicitInstantiation()
7480 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
7484 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
DSemaDecl.cpp4242 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
4245 InjectAnonymousStructOrUnionMembers(*this, S, CurContext, RecordDef, in BuildMicrosoftCAnonymousStruct()