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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2409 auto *RD = C.buildImplicitRecord("__tgt_offload_entry");
2434 auto *RD = C.buildImplicitRecord("__tgt_device_image");
2458 auto *RD = C.buildImplicitRecord("__tgt_bin_desc");
2491 auto *RD = C.buildImplicitRecord(".kmp_privates.t");
2521 auto *RD = C.buildImplicitRecord("kmp_task_t");
2539 auto *RD = C.buildImplicitRecord("kmp_task_t_with_privates");
2977 KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info");
H A DCodeGenModule.cpp3019 RecordDecl *D = Context.buildImplicitRecord("__builtin_NSString");
3098 RecordDecl *D = Context.buildImplicitRecord("__objcFastEnumerationState");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp931 RecordDecl *ASTContext::buildImplicitRecord(StringRef Name, function in class:ASTContext
972 Float128StubDecl = buildImplicitRecord("__float128");
4874 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString");
4909 RecordDecl *ObjCSuperTypeDecl = buildImplicitRecord("objc_super");
4928 RD = buildImplicitRecord("__block_descriptor");
4963 RD = buildImplicitRecord("__block_descriptor_withcopydispose");
6136 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list");
6201 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag");
6264 VaListTagDecl = Context->buildImplicitRecord("__va_list_tag");
6326 RecordDecl *VaListDecl = Context->buildImplicitRecord("__va_lis
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp198 PushOnScopeChains(Context.buildImplicitRecord("type_info", TTK_Class),
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h957 RecordDecl *buildImplicitRecord(StringRef Name,

Completed in 108 milliseconds