Searched refs:NoLValuePath (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
D | APValue.h | 65 struct NoLValuePath {}; struct 139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue() 370 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
/external/clang/lib/AST/ |
D | APValue.cpp | 156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 542 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
D | ExprConstant.cpp | 700 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto() 1870 RVal = APValue(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0); in HandleLValueToRValueConversion()
|