Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h493 unsigned getLValueCallIndex() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp996 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
H A DExprConstant.cpp1616 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
2116 if (Value.getLValueCallIndex()) in IsLiteralLValue()
2148 return A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
2279 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
4040 if (LVal.getLValueCallIndex()) { in findCompleteObject()
4042 Info.getCallFrameAndDepth(LVal.getLValueCallIndex()); in findCompleteObject()
4313 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()