Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h314 unsigned getLValueCallIndex() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp649 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
H A DExprConstant.cpp1356 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
1754 if (Value.getLValueCallIndex()) in IsLiteralLValue()
1793 (A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
1835 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
3137 if (LVal.getLValueCallIndex()) { in findCompleteObject()
3138 Frame = Info.getCallFrame(LVal.getLValueCallIndex()); in findCompleteObject()
3315 LVal.getLValueCallIndex(), in findCompleteObject()
3354 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()
4509 {This.getLValueCallIndex(), This.getLValueVersion()}}); in HandleConstructorCall()