Lines Matching refs:LValueBase
59 static bool IsGlobalLValue(APValue::LValueBase B);
66 static QualType getType(APValue::LValueBase B) { in getType()
161 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
177 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, in findMostDerivedSubobject()
676 APValue::LValueBase EvaluatingDecl;
684 typedef std::pair<APValue::LValueBase, std::pair<unsigned, unsigned>>
704 bool isEvaluatingConstructor(APValue::LValueBase Decl, unsigned CallIndex, in isEvaluatingConstructor()
792 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) { in setEvaluatingDecl()
1343 APValue::LValueBase Base;
1349 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1377 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1402 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1693 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
1797 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
1815 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
5168 bool Success(APValue::LValueBase B) { in Success()
5712 static bool evaluateLValueAsAllocSize(EvalInfo &Info, APValue::LValueBase Base, in evaluateLValueAsAllocSize()
7842 static QualType getObjectType(APValue::LValueBase B) { in getObjectType()