Lines Matching defs:NTTP
4875 assert(CE->hasAPValueResult() && "expected the NTTP to have an APValue");
5634 else if (const NonTypeTemplateParmDecl *NTTP
5636 mangleTemplateParameter(NTTP->getDepth(), NTTP->getIndex());
5895 if (auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(Param))
5896 return NTTP->getType()->isInstantiationDependentType() ||
5897 NTTP->getType()->getContainedDeducedType();
5981 auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(Param);
5982 bool NeedExactType = NTTP && NTTP->getType()->getContainedDeducedType();
6307 DiagnosticsEngine::Error, "cannot mangle this unnamed union NTTP yet");