Searched refs:LValueBase (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | APValue.h | 56 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/ |
D | APValue.cpp | 28 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()
|
D | ExprConstant.cpp | 56 static bool IsGlobalLValue(APValue::LValueBase B); 63 static QualType getType(APValue::LValueBase B) { in getType() 467 APValue::LValueBase EvaluatingDecl; 551 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) { in setEvaluatingDecl() 1069 APValue::LValueBase Base; 1075 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() 1098 void set(APValue::LValueBase B, unsigned I = 0, bool BInvalid = false) { in set() 1106 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid() 1332 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() 1388 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) { in NoteLValueLocation() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue() 1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()
|