Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
431 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
567 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
DExprConstant.cpp187 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
192 V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
2124 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h256 ArrayRef<LValuePathEntry> getLValuePath() const;