Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4871 auto *SNTTPE = cast<SubstNonTypeTemplateParmExpr>(E); in mangleExpression() local
4872 if (auto *CE = dyn_cast<ConstantExpr>(SNTTPE->getReplacement())) { in mangleExpression()
4874 QualType ParamType = SNTTPE->getParameterType(Context.getASTContext()); in mangleExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9423 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr() local
9424 return SNTTPE->getParameterType(Context); in getDecltypeForExpr()