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()
639 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
676 APValue::LValueBase LVBase, APValue &Value,
683 APValue::LValueBase Base;
687 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup()
716 APValue::LValueBase Base;
738 using Base = DenseMapInfo<APValue::LValueBase>;
835 APValue::LValueBase EvaluatingDecl;
907 isEvaluatingCtorDtor(APValue::LValueBase Base, in isEvaluatingCtorDtor()
991 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl()
1549 APValue::LValueBase Base;
1555 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1583 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1609 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1857 APValue::LValueBase Base(Key, Index, Version); in createTemporary()
1866 APValue::LValueBase Base(PVD, Index, Args.Version); in createParam()
1874 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal()
1901 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()
1968 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
2076 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
2134 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
3244 APValue::LValueBase Base(VD, Frame ? Frame->Index : 0, Version); in evaluateVarDeclInit()
3522 APValue::LValueBase Base, in lifetimeStartedInEvaluation()
3566 APValue::LValueBase Base;
3573 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type) in CompleteObject()
6645 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
7854 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy); in VisitMemberExpr()
8029 bool Success(APValue::LValueBase B) { in Success()
8455 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType())); in VisitCXXTypeidExpr()
8660 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
11440 APValue::LValueBase Base = LV.getLValueBase(); in EvaluateBuiltinConstantPForLValue()
11509 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()
15287 static bool EvaluateDestruction(const ASTContext &Ctx, APValue::LValueBase Base, in EvaluateDestruction()
15333 APValue::LValueBase Base(&BaseMTE); in EvaluateAsConstantExpr()