Searched refs:SNTTPE (Results 1 – 2 of 2) sorted by relevance
4871 auto *SNTTPE = cast<SubstNonTypeTemplateParmExpr>(E); in mangleExpression() local4872 if (auto *CE = dyn_cast<ConstantExpr>(SNTTPE->getReplacement())) { in mangleExpression()4874 QualType ParamType = SNTTPE->getParameterType(Context.getASTContext()); in mangleExpression()
9423 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr() local9424 return SNTTPE->getParameterType(Context); in getDecltypeForExpr()