Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() function
98 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function
/external/llvm-project/clang/lib/AST/
DAPValue.cpp239 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() function
276 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function