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()
986 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl()
1550 APValue::LValueBase Base;
1556 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1584 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1610 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1856 APValue::LValueBase Base(Key, Index, Version); in createTemporary()
1865 APValue::LValueBase Base(PVD, Index, Args.Version); in createParam()
1873 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal()
1900 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()
1966 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
2069 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
2127 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
3225 APValue::LValueBase Base(VD, Frame ? Frame->Index : 0, Version); in evaluateVarDeclInit()
3503 APValue::LValueBase Base, in lifetimeStartedInEvaluation()
3547 APValue::LValueBase Base;
3554 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type) in CompleteObject()
6555 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
7750 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy); in VisitMemberExpr()
7925 bool Success(APValue::LValueBase B) { in Success()
8329 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType())); in VisitCXXTypeidExpr()
8533 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
11074 APValue::LValueBase Base = LV.getLValueBase(); in EvaluateBuiltinConstantPForLValue()
11143 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()
14792 static bool EvaluateDestruction(const ASTContext &Ctx, APValue::LValueBase Base, in EvaluateDestruction()
14834 APValue::LValueBase Base(&BaseMTE); in EvaluateAsConstantExpr()