Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp152 if (RHS.hasLValuePath()) in APValue()
352 if (!hasLValuePath()) { in printPretty()
526 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
532 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
DExprConstant.cpp164 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
1560 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in ExtractSubobject()
/external/clang/include/clang/AST/
DAPValue.h248 bool hasLValuePath() const;