Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp10246 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
10248 if (!RecordDef) { in ActOnExplicitInstantiation()
10266 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
10267 if (!RecordDef) in ActOnExplicitInstantiation()
10273 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
10277 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp5790 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
5793 InjectAnonymousStructOrUnionMembers(*this, S, CurContext, RecordDef, in BuildMicrosoftCAnonymousStruct()