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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 3663            TPT->getDepth() == Depth && TPT->getIndex() == Index;
 3672     return NTTP && NTTP->getDepth() == Depth && NTTP->getIndex() == Index;
 3679     return TTP && TTP->getDepth() == Depth && TTP->getIndex() == Index;