Implicit instantiation for function template specializations.

For a FunctionDecl that has been instantiated due to template argument
deduction, we now store the primary template from which it was
instantiated and the deduced template arguments. From this
information, we can instantiate the body of the function template.

llvm-svn: 74232
9 files changed
tree: 621fb993745fdf90e6285c71b31186bfbc6428e0
  1. clang/
  2. compiler-rt/
  3. llvm/