Lines Matching refs:LValueBase
81 static QualType getType(APValue::LValueBase B) { in getType()
143 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
190 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject()
301 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
644 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
668 APValue::LValueBase LVBase, APValue &Value,
675 APValue::LValueBase Base;
679 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup()
708 APValue::LValueBase Base;
730 using Base = DenseMapInfo<APValue::LValueBase>;
827 APValue::LValueBase EvaluatingDecl;
899 isEvaluatingCtorDtor(APValue::LValueBase Base, in isEvaluatingCtorDtor()
988 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl()
1546 APValue::LValueBase Base;
1552 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1580 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1606 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1854 APValue::LValueBase Base(Key, Index, Version); in createTemporary()
1863 APValue::LValueBase Base(PVD, Index, Args.Version); in createParam()
1871 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal()
1898 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()
1965 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
2073 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
2131 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
3242 APValue::LValueBase Base(VD, Frame ? Frame->Index : 0, Version); in evaluateVarDeclInit()
3520 APValue::LValueBase Base, in lifetimeStartedInEvaluation()
3564 APValue::LValueBase Base;
3571 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type) in CompleteObject()
6637 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
7841 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy); in VisitMemberExpr()
8016 bool Success(APValue::LValueBase B) { in Success()
8436 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType())); in VisitCXXTypeidExpr()
8641 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
11367 APValue::LValueBase Base = LV.getLValueBase(); in EvaluateBuiltinConstantPForLValue()
11436 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()
15062 static bool EvaluateDestruction(const ASTContext &Ctx, APValue::LValueBase Base, in EvaluateDestruction()
15104 APValue::LValueBase Base(&BaseMTE); in EvaluateAsConstantExpr()