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

Declarations

tools/clang/include/clang/Sema/Template.h
  534     bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1919   if (InitFunctionInstantiation(Function, D))
 4109   if (InitFunctionInstantiation(New, Tmpl))