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

/external/clang/lib/AST/
H A DAPValue.cpp60 bool hasPath() const { return PathLength != (unsigned)-1; } function in struct:APValue::LV
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
570 return ((const LV*)(const char*)Data.buffer)->hasPath();

Completed in 66 milliseconds