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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 4910     QualType NTTPType = NTTP->getType();
 4911     if (NTTP->isParameterPack() && NTTP->isExpandedParameterPack())
 4911     if (NTTP->isParameterPack() && NTTP->isExpandedParameterPack())
 4912       NTTPType = NTTP->getExpansionType(ArgumentPackIndex);
 4919                                  NTTP, Converted,
 4933                              NTTP->getLocation(),
 4934                              NTTP->getDeclName());
 4938                              NTTP->getLocation(),
 4939                              NTTP->getDeclName());
 4946                                                      NTTP->getLocation());
 4959         CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
 5020         E = CheckTemplateArgument(NTTP, NTTPType, E.get(), Result);