Home | History | Annotate | Download | only in Sema

Lines Matching full:instantiation

577       llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
580 if (Instantiation->is<DeclArgumentPack *>()) {
582 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
668 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
671 if (Instantiation->is<Decl*>())
676 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
1005 // if the operator is not listed [above], the instantiation is ill-formed.