Home
last modified time | relevance | path

Searched refs:buildImplicitRecord (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1235 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
1494 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
7256 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
7277 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
7312 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
8639 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
8703 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
8766 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
8827 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
8869 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateSystemZBuiltinVaListDecl()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3394 RecordDecl *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
3439 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TTK_Union); in createKmpTaskTRecordDecl()
3445 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
3475 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
4106 C.buildImplicitRecord("kmp_task_affinity_info_t"); in getKmpAffinityType()
4553 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes()
5962 RecordDecl *RD = C.buildImplicitRecord("kmp_taskred_input_t"); in emitTaskReductionInit()
9364 RD = C.buildImplicitRecord("descriptor_dim"); in emitNonContiguousDescriptor()
11989 RD = C.buildImplicitRecord("kmp_dim"); in emitDoacrossInit()
12471 RecordDecl *RD = C.buildImplicitRecord("lasprivate.conditional"); in emitLastprivateConditionalInit()
H A DCGOpenMPRuntimeGPU.cpp166 RecordDecl *GlobalizedRD = C.buildImplicitRecord("_globalized_locals_ty"); in buildRecordForGlobalizedVars()
3970 RecordDecl *StaticRD = C.buildImplicitRecord( in clear()
H A DCodeGenModule.cpp5642 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1218 RecordDecl *buildImplicitRecord(StringRef Name,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp332 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class), in Initialize()