Home
last modified time | relevance | path

Searched defs:LVBase (Results 1 – 2 of 2) 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/clang/lib/CodeGen/
DCGExprConstant.cpp904 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue()
1075 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local