Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1173 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
1453 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
7733 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
7824 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
7845 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
7880 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
9214 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
9278 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
9340 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
9401 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp129 RecordDecl *GlobalizedRD = C.buildImplicitRecord("_globalized_locals_ty"); in buildRecordForGlobalizedVars()
768 RecordDecl *StaticRD = C.buildImplicitRecord( in emitKernelDeinit()
H A DCGOpenMPRuntime.cpp2892 RecordDecl *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
2937 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl()
2943 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
2973 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
3603 C.buildImplicitRecord("kmp_task_affinity_info_t"); in getKmpAffinityType()
4038 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes()
5460 RecordDecl *RD = C.buildImplicitRecord("kmp_taskred_input_t"); in emitTaskReductionInit()
11152 RD = C.buildImplicitRecord("kmp_dim"); in emitDoacrossInit()
11651 RecordDecl *RD = C.buildImplicitRecord("lasprivate.conditional"); in emitLastprivateConditionalInit()
H A DCodeGenModule.cpp6394 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1249 RecordDecl *buildImplicitRecord(
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp379 Context.buildImplicitRecord("type_info", TagTypeKind::Class), in Initialize()