You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HACK: the completion of types is temporarily suspended because of problems with QtWidgets; will restore when it's time to wrap functions in template types
2024
-
returnfalse;
2025
2023
auto FinalType = GetFinalType(QualType.getTypePtr());
2026
2024
if (auto Tag = FinalType->getAsTagDecl())
2027
2025
{
2028
2026
if (auto CTS = llvm::dyn_cast<clang::ClassTemplateSpecializationDecl>(Tag))
2029
2027
{
2030
2028
// we cannot get a location in some cases of template arguments
0 commit comments