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

References

tools/clang/include/clang/AST/DeclTemplate.h
  708     assert(I < getNumTemplates() && "template index out of range");
tools/clang/lib/AST/ASTImporter.cpp
 2942     unsigned NumTemplates = FromInfo->getNumTemplates();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1943     for (unsigned I = 0, E = Info->getNumTemplates(); I != E; ++I) {
 2262     for (unsigned I = 0, E = Info->getNumTemplates(); I != E; ++I) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  624     Record.push_back(DFTSInfo->getNumTemplates());
  625     for (int i=0, e = DFTSInfo->getNumTemplates(); i != e; ++i)