Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
395 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
531 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
DExprConstant.cpp168 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
173 V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
1560 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in ExtractSubobject()
/external/clang/include/clang/AST/
DAPValue.h249 ArrayRef<LValuePathEntry> getLValuePath() const;