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());
 4026   SemaRef.Context.setManglingNumber(New,
 4048       ActiveInst.Entity = New;
 4077         = New->getType()->getAs<FunctionProtoType>();
 4081       EPI.ExceptionSpec.SourceDecl = New;
 4083       New->setType(SemaRef.Context.getFunctionType(
 4086       Sema::ContextRAII SwitchContext(SemaRef, New);
 4087       SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs);
 4095   SemaRef.InstantiateAttrs(TemplateArgs, Definition, New,