Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty()
573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() function in APValue
DExprConstant.cpp200 ArrayRef<PathEntry> VEntries = V.getLValuePath(); in SubobjectDesignator()
206 V.getLValuePath(), MostDerivedArraySize, in SubobjectDesignator()
2434 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
/external/clang/include/clang/AST/
DAPValue.h255 ArrayRef<LValuePathEntry> getLValuePath() const;
/external/clang/lib/Sema/
DSemaTemplate.cpp4998 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
5000 Value.getLValuePath()[0].ArrayIndex == 0 && in CheckTemplateArgument()
5005 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()