Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp152 if (RHS.hasLValuePath()) in APValue()
389 if (!hasLValuePath()) { in printPretty()
568 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
574 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
DExprConstant.cpp183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
2252 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
/external/clang/include/clang/AST/
DAPValue.h254 bool hasLValuePath() const;
/external/clang/lib/Sema/
DSemaTemplate.cpp4877 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
4884 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()