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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 3046     assert(Index >= 0 && "the index used with __type_pack_element should be of "
 3048     if (Index >= Ts.pack_size()) {
 3055     auto Nth = std::next(Ts.pack_begin(), Index.getExtValue());