Searched refs:setLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | APValue.h | 140 MakeLValue(); setLValue(B, O, N, CallIndex); in APValue() 145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); in APValue() 376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath, 378 void setLValue(LValueBase B, const CharUnits &O,
|
/external/clang/lib/AST/ |
D | APValue.cpp | 153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue 595 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
|