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.cpp1230 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
1516 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
8329 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
8420 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
8440 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
8475 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
9828 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
9892 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
9954 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
10015 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp130 RecordDecl *GlobalizedRD = C.buildImplicitRecord("_globalized_locals_ty"); in buildRecordForGlobalizedVars()
768 RecordDecl *StaticRD = C.buildImplicitRecord( in emitKernelDeinit()
H A DCGOpenMPRuntime.cpp2868 RecordDecl *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
2913 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl()
2919 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
2949 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
3579 C.buildImplicitRecord("kmp_task_affinity_info_t"); in getKmpAffinityType()
4012 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes()
5706 RecordDecl *RD = C.buildImplicitRecord("kmp_taskred_input_t"); in emitTaskReductionInit()
11219 RD = C.buildImplicitRecord("kmp_dim"); in emitDoacrossInit()
11716 RecordDecl *RD = C.buildImplicitRecord("lasprivate.conditional"); in emitLastprivateConditionalInit()
H A DCodeGenModule.cpp6719 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1351 RecordDecl *buildImplicitRecord(
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp447 Context.buildImplicitRecord("type_info", TagTypeKind::Class), in Initialize()