Home
last modified time | relevance | path

Searched defs:LVBase (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp27 struct LVBase { struct
28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
29 CharUnits Offset;
30 unsigned PathLength;
31 unsigned CallIndex;
/external/llvm-project/clang/lib/AST/
DAPValue.cpp158 struct LVBase { struct
159 APValue::LValueBase Base;
160 CharUnits Offset;
161 unsigned PathLength;
162 bool IsNullPtr : 1;
163 bool IsOnePastTheEnd : 1;
DExprConstant.cpp6547 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()
1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local