Home | History | Annotate | Download | only in Sema

Lines Matching refs:Stored

2790   llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D];
2791 if (Stored.isNull()) {
2801 Stored = Inst;
2802 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) {
2805 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local");
2826 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D];
2828 Stored = Pack;