Lines Matching refs:LValueBase

81   static QualType getType(APValue::LValueBase B) {  in getType()
140 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
187 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject()
298 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
641 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
665 APValue::LValueBase LVBase, APValue &Value,
672 APValue::LValueBase Base;
676 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup()
705 APValue::LValueBase Base;
727 using Base = DenseMapInfo<APValue::LValueBase>;
824 APValue::LValueBase EvaluatingDecl;
896 isEvaluatingCtorDtor(APValue::LValueBase Base, in isEvaluatingCtorDtor()
980 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl()
1544 APValue::LValueBase Base;
1550 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1578 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1604 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1850 APValue::LValueBase Base(Key, Index, Version); in createTemporary()
1859 APValue::LValueBase Base(PVD, Index, Args.Version); in createParam()
1867 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal()
1894 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()
1960 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
2063 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
2121 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
3220 APValue::LValueBase Base(VD, Frame ? Frame->Index : 0, Version); in evaluateVarDeclInit()
3498 APValue::LValueBase Base, in lifetimeStartedInEvaluation()
3542 APValue::LValueBase Base;
3549 CompleteObject(APValue::LValueBase Base, APValue *Value, QualType Type) in CompleteObject()
6547 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
7739 CompleteObject Obj(APValue::LValueBase(), &Val, BaseTy); in VisitMemberExpr()
7914 bool Success(APValue::LValueBase B) { in Success()
8318 return Success(APValue::LValueBase::getTypeInfo(TypeInfo, E->getType())); in VisitCXXTypeidExpr()
8522 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
11048 APValue::LValueBase Base = LV.getLValueBase(); in EvaluateBuiltinConstantPForLValue()
11117 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()
14784 static bool EvaluateDestruction(const ASTContext &Ctx, APValue::LValueBase Base, in EvaluateDestruction()
14823 APValue::LValueBase Base(&BaseMTE); in EvaluateAsConstantExpr()