Lines Matching refs:LValueBase
54 static bool IsGlobalLValue(APValue::LValueBase B);
61 static QualType getType(APValue::LValueBase B) { in getType()
686 APValue::LValueBase Base;
691 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
713 void set(APValue::LValueBase B, unsigned I = 0) { in set()
898 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
950 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
967 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
2656 bool Success(APValue::LValueBase B) { in Success()
4058 static QualType GetObjectType(APValue::LValueBase B);
4231 QualType IntExprEvaluator::GetObjectType(APValue::LValueBase B) { in GetObjectType()