Home
last modified time | relevance | path

Searched refs:getLValueCallIndex (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp154 RHS.isLValueOnePastTheEnd(), RHS.getLValueCallIndex()); in APValue()
157 RHS.getLValueCallIndex()); in APValue()
537 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
DExprConstant.cpp694 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex() function
709 CallIndex = V.getLValueCallIndex(); in setFrom()
987 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
1831 if (unsigned CallIndex = RVal.getLValueCallIndex()) { in HandleLValueToRValueConversion()
4403 A.getLValueCallIndex() == B.getLValueCallIndex(); in HasSameBase()
/external/clang/include/clang/AST/
DAPValue.h250 unsigned getLValueCallIndex() const;