Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1143 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
1414 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
7368 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
7389 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
7424 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
8755 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
8819 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
8881 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
8942 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
8984 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateSystemZBuiltinVaListDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2877 RecordDecl *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
2922 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl()
2928 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
2958 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
3589 C.buildImplicitRecord("kmp_task_affinity_info_t"); in getKmpAffinityType()
4023 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes()
5444 RecordDecl *RD = C.buildImplicitRecord("kmp_taskred_input_t"); in emitTaskReductionInit()
11124 RD = C.buildImplicitRecord("kmp_dim"); in emitDoacrossInit()
11622 RecordDecl *RD = C.buildImplicitRecord("lasprivate.conditional"); in emitLastprivateConditionalInit()
H A DCGOpenMPRuntimeGPU.cpp129 RecordDecl *GlobalizedRD = C.buildImplicitRecord("_globalized_locals_ty"); in buildRecordForGlobalizedVars()
788 RecordDecl *StaticRD = C.buildImplicitRecord( in emitKernelDeinit()
H A DCodeGenModule.cpp6249 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1204 RecordDecl *buildImplicitRecord(
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp334 Context.buildImplicitRecord("type_info", TagTypeKind::Class), in Initialize()