Home
last modified time | relevance | path

Searched refs:getLValueCallIndex (Results 1 – 6 of 6) 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;
/external/llvm-project/clang/include/clang/AST/
DAPValue.h474 unsigned getLValueCallIndex() const;
/external/llvm-project/clang/lib/AST/
DAPValue.cpp911 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
DExprConstant.cpp1557 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
2027 if (Value.getLValueCallIndex()) in IsLiteralLValue()
2059 return A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
2192 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
3953 if (LVal.getLValueCallIndex()) { in findCompleteObject()
3955 Info.getCallFrameAndDepth(LVal.getLValueCallIndex()); in findCompleteObject()
4216 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()