Home
last modified time | relevance | path

Searched refs:tdecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp483 clang::TypeDecl *tdecl = llvm::dyn_cast_or_null<clang::TypeDecl>( in DoExecute() local
487 if (tdecl) { in DoExecute()
489 ClangASTContext::GetASTContext(&tdecl->getASTContext()), in DoExecute()
491 const_cast<clang::Type *>(tdecl->getTypeForDecl()))); in DoExecute()
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c2997 tree tdecl = NULL_TREE; in record_builtin_type() local
3011 tdecl = build_decl (TYPE_DECL, tname, type); in record_builtin_type()
3012 DECL_ARTIFICIAL (tdecl) = 1; in record_builtin_type()
3013 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl); in record_builtin_type()
3017 if (!tdecl) in record_builtin_type()
3019 tdecl = build_decl (TYPE_DECL, rname, type); in record_builtin_type()
3020 DECL_ARTIFICIAL (tdecl) = 1; in record_builtin_type()
3022 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl); in record_builtin_type()
3026 TYPE_NAME (type) = tdecl; in record_builtin_type()
3028 if (tdecl) in record_builtin_type()
[all …]
H A DChangeLog-19986398 (record_builtin_type): Initialize `tdecl' to NULL_TREE.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4970 clang::TagDecl *tdecl = nullptr; in CreateTypedef() local
4973 tdecl = rt->getDecl(); in CreateTypedef()
4975 tdecl = et->getDecl(); in CreateTypedef()
4981 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()
4982 tdecl->setTypedefNameForAnonDecl(decl); in CreateTypedef()