Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp154 RHS.isLValueOnePastTheEnd(), RHS.getLValueCallIndex()); in APValue()
424 else if (isLValueOnePastTheEnd()) in printPretty()
465 if (isLValueOnePastTheEnd()) { in printPretty()
558 bool APValue::isLValueOnePastTheEnd() const { in isLValueOnePastTheEnd() function in APValue
DExprConstant.cpp199 IsOnePastTheEnd = V.isLValueOnePastTheEnd(); in SubobjectDesignator()
/external/clang/include/clang/AST/
DAPValue.h253 bool isLValueOnePastTheEnd() const;
/external/clang/lib/Sema/
DSemaTemplate.cpp5001 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) { in CheckTemplateArgument()
5006 Value.isLValueOnePastTheEnd()) { in CheckTemplateArgument()