Lines Matching full:instantiate
239 /// \brief Instantiate an initializer, breaking it into separate
242 /// \param Init The initializer to instantiate.
301 // instantiate the anonymous struct/union type first.
384 // Instantiate the initializer.
721 // Instantiate the qualifier. We have to do this first in case
1174 // Instantiate the explicit template arguments.
1321 // Instantiate enclosing template arguments for friends.
1349 // In this case, we'll just go instantiate the ParmVarDecls that we
1723 // Instantiate the template parameter list of the template template parameter.
1922 /// \param L The parameter list to instantiate
1952 /// \brief Instantiate the declaration of a class template partial
2130 // substitution occurred. However, we still need to instantiate
2190 // We have a pack expansion. Instantiate it.
2314 /// \brief Instantiate the definition of the given function from its
2338 // Never instantiate an explicit specialization.
2408 // queue of pending implicit instantiations that we will instantiate later,
2470 // If this is a constructor, instantiate the member initializers.
2477 // Instantiate the function body.
2503 // Instantiate any pending implicit instantiations found during the
2519 /// \brief Instantiate the definition of the given variable from its
2552 // instantiate this definition (or provide a specialization for it) in
2569 // Never instantiate an explicit specialization.
2590 // queue of pending implicit instantiations that we will instantiate later,
2622 // Instantiate any pending implicit instantiations found during the
2648 // Instantiate all the initializers.
2654 // Only instantiate written initializers, let Sema re-construct implicit
2689 // Instantiate the initializer.
2696 // Instantiate the base type.
2727 // Instantiate the initializer.
3063 // been found yet. Lazily instantiate it and return it now.
3067 assert(Inst && "Failed to instantiate label??");
3104 // know we can instantiate the injected-class-name or we
3164 // If our context used to be dependent, we may need to instantiate
3202 // UsingShadowDecls can instantiate to nothing because of using hiding.
3205 // declaration failed to instantiate. There's no point in complaining
3244 // Instantiate function definitions
3255 // Instantiate static data member definitions.
3259 // Don't try to instantiate declarations if the most recent redeclaration
3271 continue; // No longer need to instantiate this type.