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

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3816   assert(OldTInfo && "substituting function without type source info");
 3827     = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs,
 3834   TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();
 3836     if (NewTInfo != OldTInfo) {