Searched defs:hasLValuePath (Results 1 - 1 of 1) 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");

Completed in 32 milliseconds