Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h485 unsigned getLValueCallIndex() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp919 unsigned APValue::getLValueCallIndex() const { in getLValueCallIndex() function in APValue
H A DExprConstant.cpp1563 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex() function
2033 if (Value.getLValueCallIndex()) in IsLiteralLValue()
2065 return A.getLValueCallIndex() == B.getLValueCallIndex() && in HasSameBase()
2198 LVal.getLValueCallIndex() == 0) && in CheckLValueConstantExpression()
3958 if (LVal.getLValueCallIndex()) { in findCompleteObject()
3960 Info.getCallFrameAndDepth(LVal.getLValueCallIndex()); in findCompleteObject()
4221 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()