Home
last modified time | relevance | path

Searched refs:LValueBase (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase; typedef
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue()
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, in APValue()
248 const LValueBase getLValueBase() const;
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
378 void setLValue(LValueBase B, const CharUnits &O,
/external/clang/lib/AST/
DAPValue.cpp28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
377 LValueBase Base = getLValueBase(); in printPretty()
553 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
595 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()
DExprConstant.cpp55 static bool IsGlobalLValue(APValue::LValueBase B);
62 static QualType getType(APValue::LValueBase B) { in getType()
466 APValue::LValueBase EvaluatingDecl;
546 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) { in setEvaluatingDecl()
993 APValue::LValueBase Base;
999 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1022 void set(APValue::LValueBase B, unsigned I = 0, bool BInvalid = false) { in set()
1030 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1256 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
1312 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation()
[all …]
DASTDiagnostic.cpp1410 APValue::LValueBase FromBase = FromVal.getLValueBase(); in IsEqualExpr()
1411 APValue::LValueBase ToBase = ToVal.getLValueBase(); in IsEqualExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp982 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()
1273 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()