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

/external/clang/lib/AST/
H A DAPValue.cpp152 if (RHS.hasLValuePath())
389 if (!hasLValuePath()) {
568 bool APValue::hasLValuePath() const { function in class:APValue
574 assert(isLValue() && hasLValuePath() && "Invalid accessor");
H A DExprConstant.cpp183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
2167 assert(!O->hasLValuePath() || O->getLValuePath().empty());
/external/clang/include/clang/AST/
H A DAPValue.h254 bool hasLValuePath() const;

Completed in 89 milliseconds