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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp171 bool hasPath() const { return PathLength != (unsigned)-1; } function in struct:APValue::LV
172 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
750 return ((const LV*)(const char*)Data.buffer)->hasPath();

Completed in 163 milliseconds