Searched refs:hasPathPtr (Results 1 – 1 of 1) sorted by relevance
239 if (hasPathPtr()) in resizePath()242 if (hasPathPtr()) in resizePath()247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() function249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()251 return hasPathPtr() ? PathPtr : Path; in getPath()277 if (hasPathPtr()) in resizePath()280 if (hasPathPtr()) in resizePath()284 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()288 return hasPathPtr() ? PathPtr : Path; in getPath()[all …]