Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp82 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl() local
84 const_cast<clang::Type *>(tdecl->getTypeForDecl())); in GetCompilerTypeFromPersistentDecl()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4678 clang::TagDecl *tdecl = nullptr;
4681 tdecl = rt->getDecl(); in GetTypedefedType()
4683 tdecl = et->getDecl(); in GetTypedefedType()
4689 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl())
4690 tdecl->setTypedefNameForAnonDecl(decl);
4656 clang::TagDecl *tdecl = nullptr; CreateTypedef() local