Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp933 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, in buildImplicitRecord() function in ASTContext
974 Float128StubDecl = buildImplicitRecord("__float128"); in getFloat128StubType()
4833 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString"); in getCFConstantStringType()
4868 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super"); in getObjCSuperType()
4887 RD = buildImplicitRecord("__block_descriptor"); in getBlockDescriptorType()
4922 RD = buildImplicitRecord("__block_descriptor_withcopydispose"); in getBlockDescriptorExtendedType()
6094 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl()
6159 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreatePowerABIBuiltinVaListDecl()
6222 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag"); in CreateX86_64ABIBuiltinVaListDecl()
6284 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_list"); in CreateAAPCSABIBuiltinVaListDecl()
[all …]
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2015 auto *RD = C.buildImplicitRecord(".kmp_privates.t"); in createPrivatesRecordDecl()
2045 auto *RD = C.buildImplicitRecord("kmp_task_t"); in createKmpTaskTRecordDecl()
2063 auto *RD = C.buildImplicitRecord("kmp_task_t_with_privates"); in createKmpTaskTWithPrivatesRecordDecl()
2501 KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in emitTaskCall()
DCodeGenModule.cpp2996 RecordDecl *D = Context.buildImplicitRecord("__builtin_NSString"); in GetAddrOfConstantString()
3075 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState"); in getObjCFastEnumerationStateType()
/external/clang/lib/Sema/
DSema.cpp198 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class), in Initialize()
/external/clang/include/clang/AST/
DASTContext.h955 RecordDecl *buildImplicitRecord(StringRef Name,