Searched refs:tdecl (Results 1 – 4 of 4) sorted by relevance
483 clang::TypeDecl *tdecl = llvm::dyn_cast_or_null<clang::TypeDecl>( in DoExecute() local487 if (tdecl) { in DoExecute()489 ClangASTContext::GetASTContext(&tdecl->getASTContext()), in DoExecute()491 const_cast<clang::Type *>(tdecl->getTypeForDecl()))); in DoExecute()
2997 tree tdecl = NULL_TREE; in record_builtin_type() local3011 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 …]
6398 (record_builtin_type): Initialize `tdecl' to NULL_TREE.
4970 clang::TagDecl *tdecl = nullptr; in CreateTypedef() local4973 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()