Lines Matching defs:NTTP
5041 assert(CE->hasAPValueResult() && "expected the NTTP to have an APValue");
5799 else if (const NonTypeTemplateParmDecl *NTTP
5801 mangleTemplateParameter(NTTP->getDepth(), NTTP->getIndex());
6072 if (auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(Param))
6073 return NTTP->getType()->isInstantiationDependentType() ||
6074 NTTP->getType()->getContainedDeducedType();
6161 auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(Param);
6162 bool NeedExactType = NTTP && NTTP->getType()->getContainedDeducedType();
6487 DiagnosticsEngine::Error, "cannot mangle this unnamed union NTTP yet");