Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp79 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl() local
81 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4593 clang::TagDecl *tdecl = nullptr; in CreateTypedef() local
4596 tdecl = rt->getDecl(); in CreateTypedef()
4598 tdecl = et->getDecl(); in CreateTypedef()
4604 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()
4605 tdecl->setTypedefNameForAnonDecl(decl); in CreateTypedef()