Lines Matching refs:LValueBase
85 static QualType getType(APValue::LValueBase B) { in getType()
147 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
194 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject()
309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
654 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
704 APValue::LValueBase LVBase, APValue &Value,
711 APValue::LValueBase Base;
715 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup()
744 APValue::LValueBase Base;
766 using Base = DenseMapInfo<APValue::LValueBase>;
863 APValue::LValueBase EvaluatingDecl;
935 isEvaluatingCtorDtor(APValue::LValueBase Base, in isEvaluatingCtorDtor()
1021 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl()
1608 APValue::LValueBase Base;
1614 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1642 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1668 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1917 APValue::LValueBase Base(Key, Index, Version); in createTemporary()
1926 APValue::LValueBase Base(PVD, Index, Args.Version); in createParam()
1934 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal()
1961 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()
2050 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
2159 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
2218 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
3321 APValue::LValueBase Base(VD, Frame ? Frame->Index : 0, Version); in evaluateVarDeclInit()
3601 APValue::LValueBase Base, in lifetimeStartedInEvaluation()
3653 APValue::LValueBase Base;
3660 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type) in CompleteObject()
6806 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
8181 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy); in VisitMemberExpr()
8360 bool Success(APValue::LValueBase B) { in Success()
8823 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType())); in VisitCXXTypeidExpr()
9028 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
11960 APValue::LValueBase Base = LV.getLValueBase(); in EvaluateBuiltinConstantPForLValue()
12029 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()
16059 static bool EvaluateDestruction(const ASTContext &Ctx, APValue::LValueBase Base, in EvaluateDestruction()
16112 APValue::LValueBase Base(&BaseMTE); in EvaluateAsConstantExpr()