Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMemory.cpp526 …clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_typ… in DoExecute() local
527 if (tdecl) in DoExecute()
529 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()