Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp102 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
103 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
640 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()