Home
last modified time | relevance | path

Searched refs:hasPathPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp95 if (hasPathPtr()) in resizePath()
98 if (hasPathPtr()) in resizePath()
105 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
107 return hasPathPtr() ? PathPtr : Path; in getPath()
133 if (hasPathPtr()) in resizePath()
136 if (hasPathPtr()) in resizePath()
140 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function
142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
144 return hasPathPtr() ? PathPtr : Path; in getPath()
284 return reinterpret_cast<const LV *>(Data.buffer)->hasPathPtr(); in needsCleanup()
[all …]