Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/
H A Dmerge-record-definition-nonmodular.m5 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache -fmodule-name=RecordDef
7 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache -fmodule-name=RecordDef
14 #import <RecordDef/RecordDef.h>
27 #import <RecordDef/RecordDef.h>
H A Dmerge-record-definition-visibility.m10 #import <RecordDef/RecordDef.h>
H A Dmerge-record-definition.m9 #import <RecordDef/RecordDef.h>
/llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDefIncluder.framework/Headers/
H A DRecordDefIncluder.h1 #import <RecordDef/RecordDef.h>
/llvm-project-15.0.7/clang/test/Modules/Inputs/merge-record-definition/RecordDef.framework/Modules/
H A Dmodule.modulemap1 framework module RecordDef {
2 header "RecordDef.h"
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp9992 CXXRecordDecl *RecordDef in ActOnExplicitInstantiation() local
9994 if (!RecordDef) { in ActOnExplicitInstantiation()
10012 RecordDef = cast_or_null<CXXRecordDecl>(Record->getDefinition()); in ActOnExplicitInstantiation()
10013 if (!RecordDef) in ActOnExplicitInstantiation()
10019 InstantiateClassMembers(NameLoc, RecordDef, in ActOnExplicitInstantiation()
10023 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp5714 RecordDecl *RecordDef = Record->getDefinition(); in BuildMicrosoftCAnonymousStruct() local
5717 InjectAnonymousStructOrUnionMembers(*this, S, CurContext, RecordDef, in BuildMicrosoftCAnonymousStruct()