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

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4023   New->setImplicit(Tmpl->isImplicit());
 4027                                     SemaRef.Context.getManglingNumber(Tmpl));
 4043       assert(FunTmpl->getTemplatedDecl() == Tmpl &&
 4053   const FunctionProtoType *Proto = Tmpl->getType()->getAs<FunctionProtoType>();
 4067         !Tmpl->isLexicallyWithinFunctionOrMethod()) {
 4068       FunctionDecl *ExceptionSpecTemplate = Tmpl;
 4092   const FunctionDecl *Definition = Tmpl;
 4093   Tmpl->isDefined(Definition);