Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp30 unsigned PathLength; member
47 LV() { PathLength = (unsigned)-1; } in LV()
51 if (Length == PathLength) in resizePath()
55 PathLength = Length; in resizePath()
60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
72 unsigned PathLength; member
85 MemberPointerData() { PathLength = 0; } in MemberPointerData()
89 if (Length == PathLength) in resizePath()
93 PathLength = Length; in resizePath()
[all …]