Home
last modified time | relevance | path

Searched refs:NoLValuePath (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h65 struct NoLValuePath {}; struct
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue()
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
/external/clang/lib/AST/
DAPValue.cpp156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
DExprConstant.cpp931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto()
2650 APValue Str(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0); in handleLValueToRValueConversion()