Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp239 if (hasPathPtr()) in resizePath()
242 if (hasPathPtr()) in resizePath()
249 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() function
286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
288 return hasPathPtr() ? PathPtr : Path; in getPath()
459 return reinterpret_cast<const LV *>(&Data)->hasPathPtr(); in needsCleanup()
[all …]