Searched refs:hasPathPtr (Results 1 – 1 of 1) sorted by relevance
53 if (hasPathPtr()) in resizePath()56 if (hasPathPtr()) in resizePath()61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() function63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()65 return hasPathPtr() ? PathPtr : Path; in getPath()91 if (hasPathPtr()) in resizePath()94 if (hasPathPtr()) in resizePath()98 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()102 return hasPathPtr() ? PathPtr : Path; in getPath()[all …]