Home | History | Annotate | Download | only in AST

Lines Matching refs:LValueBase

54 static bool IsGlobalLValue(APValue::LValueBase B);
61 static QualType getType(APValue::LValueBase B) {
695 APValue::LValueBase Base;
700 const APValue::LValueBase getLValueBase() const { return Base; }
722 void set(APValue::LValueBase B, unsigned I = 0) {
907 static bool IsGlobalLValue(APValue::LValueBase B) {
959 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) {
976 APValue::LValueBase Base = LVal.getLValueBase();
2739 bool Success(APValue::LValueBase B) {
4105 static QualType GetObjectType(APValue::LValueBase B);
4278 QualType IntExprEvaluator::GetObjectType(APValue::LValueBase B) {