Home
last modified time | relevance | path

Searched refs:getNumTemplates (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclTemplate.h716 unsigned getNumTemplates() const { return NumTemplates; } in getNumTemplates() function
720 assert(I < getNumTemplates() && "template index out of range"); in getTemplate()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp645 Record.push_back(DFTSInfo->getNumTemplates()); in VisitFunctionDecl()
646 for (int i=0, e = DFTSInfo->getNumTemplates(); i != e; ++i) in VisitFunctionDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2157 for (unsigned I = 0, E = Info->getNumTemplates(); I != E; ++I) { in VisitFunctionDecl()
2520 for (unsigned I = 0, E = Info->getNumTemplates(); I != E; ++I) { in VisitCXXMethodDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp3179 unsigned NumTemplates = FromInfo->getNumTemplates(); in ImportTemplateInformation()