Lines Matching defs:PathPtr
230 LValuePathEntry *PathPtr;
240 delete [] PathPtr;
243 PathPtr = new LValuePathEntry[Length];
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
251 return hasPathPtr() ? PathPtr : Path;
268 PathElem *PathPtr;
278 delete [] PathPtr;
281 PathPtr = new PathElem[Length];
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
288 return hasPathPtr() ? PathPtr : Path;