Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h559 unsigned getLValueCallIndex() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp1009 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
H A DExprConstant.cpp1648 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
2283 return A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
2414 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
4314 if (LVal.getLValueCallIndex()) { in findCompleteObject()
4316 Info.getCallFrameAndDepth(LVal.getLValueCallIndex()); in findCompleteObject()
4630 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()