Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp9890 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9892 if (!RecordDef) { in ActOnExplicitInstantiation()
9910 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
9911 if (!RecordDef) in ActOnExplicitInstantiation()
9917 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
9921 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp5306 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
5309 InjectAnonymousStructOrUnionMembers(*this, S, CurContext, RecordDef, in BuildMicrosoftCAnonymousStruct()