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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp82 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) {
84 const_cast<clang::Type *>(tdecl->getTypeForDecl()));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4599 clang::TagDecl *tdecl = nullptr; local
4602 tdecl = rt->getDecl();
4604 tdecl = et->getDecl();
4610 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl())
4611 tdecl->setTypedefNameForAnonDecl(decl);

Completed in 175 milliseconds