<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi, all.</div><div dir="ltr"><br></div><div dir="ltr">I want to check if a given `clang::Type` is a std::vector<xxx> and get the type of xxx.<div><br></div><div>I tried this `if (const auto *tst = llvm::dyn_cast<clang::TemplateSpecializationType>(type)) {}` but the condition is always false, it seems that TemplateSpecializationType is not what I think it is.</div><div><br></div><div>So can what I want be done?</div></div></div></div>