Home | History | Annotate | Download | only in AST

Lines Matching refs:NTTP

108     if (NonTypeTemplateParmDecl *NTTP = dyn_cast<NonTypeTemplateParmDecl>(*P)) {
109 if (NTTP->isExpandedParameterPack()) {
110 for (unsigned I = 0, N = NTTP->getNumExpansionTypes(); I != N; ++I) {
111 QualType T = NTTP->getExpansionType(I);
118 if (!NTTP->getType()->isDependentType()) {
119 LV.merge(getLVForType(NTTP->getType()));