Searched refs:tdecl (Results 1 – 2 of 2) sorted by relevance
82 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl() local84 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
4687 clang::TagDecl *tdecl = nullptr; in CreateTypedef() local4690 tdecl = rt->getDecl(); in CreateTypedef()4692 tdecl = et->getDecl(); in CreateTypedef()4698 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()4699 tdecl->setTypedefNameForAnonDecl(decl); in CreateTypedef()