Lines Matching defs:Pointer
29 class Pointer;
131 friend class Pointer;
146 /// Pointer chain management.
147 void addPointer(Pointer *P);
148 void removePointer(Pointer *P);
149 void replacePointer(Pointer *Old, Pointer *New);
151 bool hasPointer(const Pointer *P) const;
156 Pointer *Pointers = nullptr;
172 /// Pointer to the stack slot descriptor.