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()
579 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
DExprConstant.cpp1078 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex() function
1094 CallIndex = V.getLValueCallIndex(); in setFrom()
1425 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
7122 A.getLValueCallIndex() == B.getLValueCallIndex(); in HasSameBase()
/external/clang/include/clang/AST/
DAPValue.h256 unsigned getLValueCallIndex() const;