Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h485 unsigned getLValueCallIndex() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp990 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
H A DExprConstant.cpp1559 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
2037 if (Value.getLValueCallIndex()) in IsLiteralLValue()
2069 return A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
2202 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
3975 if (LVal.getLValueCallIndex()) { in findCompleteObject()
3977 Info.getCallFrameAndDepth(LVal.getLValueCallIndex()); in findCompleteObject()
4248 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()