Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp6576 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
6578 if (!RecordDef) { in ActOnExplicitInstantiation()
6596 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
6597 if (!RecordDef) in ActOnExplicitInstantiation()
6603 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
6607 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
DSemaDecl.cpp3221 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
3222 if (!RecordDef || InjectAnonymousStructOrUnionMembers(*this, S, CurContext, in BuildMicrosoftCAnonymousStruct()
3223 RecordDef, AS_none, in BuildMicrosoftCAnonymousStruct()