reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplate.cpp
 4912       NTTPType = NTTP->getExpansionType(ArgumentPackIndex);
 4914     if (NTTPType->isInstantiationDependentType() &&
 4928       if (auto *PET = NTTPType->getAs<PackExpansionType>()) {
 4931         NTTPType = SubstType(PET->getPattern(),
 4936         NTTPType = SubstType(NTTPType,
 4936         NTTPType = SubstType(NTTPType,
 4944       if (!NTTPType.isNull())
 4945         NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
 4945         NTTPType = CheckNonTypeTemplateParameterType(NTTPType,
 4947       if (NTTPType.isNull())
 4959         CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
 5020         E = CheckTemplateArgument(NTTP, NTTPType, E.get(), Result);