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

/external/clang/include/clang/AST/
H A DAPValue.h56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase; typedef in class:clang::APValue
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
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/
H A DAPValue.cpp28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
377 LValueBase Base = getLValueBase();
553 const APValue::LValueBase APValue::getLValueBase() const {
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
595 void APValue::setLValue(LValueBase B, const CharUnits &O,
H A DExprConstant.cpp55 static bool IsGlobalLValue(APValue::LValueBase B);
62 static QualType getType(APValue::LValueBase B) {
446 APValue::LValueBase EvaluatingDecl;
518 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) {
917 APValue::LValueBase Base;
922 const APValue::LValueBase getLValueBase() const { return Base; }
944 void set(APValue::LValueBase B, unsigned I = 0) {
1176 static bool IsGlobalLValue(APValue::LValueBase B) {
1232 static void NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) {
1249 APValue::LValueBase Bas
[all...]
H A DASTDiagnostic.cpp1236 APValue::LValueBase FromBase = FromVal.getLValueBase();
1237 APValue::LValueBase ToBase = ToVal.getLValueBase();
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp860 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
1057 if (APValue::LValueBase LVBase = Value.getLValueBase()) {

Completed in 255 milliseconds