Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
981 return ((const LV *)(const char *)&Data)->hasPath(); in hasLValuePath()