Home | History | Annotate | Download | only in AST

Lines Matching refs:hasLValuePath

183       : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
2023 assert(!O->hasLValuePath() || O->getLValuePath().empty());