Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1222 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
1487 MSGuidTagDecl = buildImplicitRecord("_GUID"); in InitBuiltinTypes()
6518 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()
6609 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
6630 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
6665 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
7987 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
8052 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
8115 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
8176 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp168 RecordDecl *GlobalizedRD = C.buildImplicitRecord("_globalized_locals_ty"); in buildRecordForGlobalizedVars()
4576 RecordDecl *StaticRD = C.buildImplicitRecord( in clear()
4579 RecordDecl *SharedStaticRD = C.buildImplicitRecord( in clear()
4683 RecordDecl *StaticRD = C.buildImplicitRecord( in clear()
H A DCGOpenMPRuntime.cpp3406 RecordDecl *RD = C.buildImplicitRecord("__tgt_offload_entry"); in getTgtOffloadEntryQTy()
3458 RecordDecl *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
3503 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TTK_Union); in createKmpTaskTRecordDecl()
3509 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
3539 RecordDecl *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
4174 C.buildImplicitRecord("kmp_task_affinity_info_t"); in getKmpAffinityType()
4614 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes()
6063 RecordDecl *RD = C.buildImplicitRecord("kmp_taskred_input_t"); in emitTaskReductionInit()
9217 RD = C.buildImplicitRecord("descriptor_dim"); in emitNonContiguousDescriptor()
11841 RD = C.buildImplicitRecord("kmp_dim"); in emitDoacrossInit()
[all …]
H A DCodeGenModule.cpp5227 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp291 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class), in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1110 RecordDecl *buildImplicitRecord(StringRef Name,