Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp222 static const unsigned InlinePathSpace = member
229 LValuePathEntry Path[InlinePathSpace];
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
263 static const unsigned InlinePathSpace = member
267 PathElem Path[InlinePathSpace];
284 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr()