Searched refs:setLValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | APValue.h | 192 MakeLValue(); setLValue(B, O, N, IsNullPtr); in Kind() 197 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr); in Kind() 436 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath, 438 void setLValue(LValueBase B, const CharUnits &O,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 195 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 198 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 664 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue 675 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
|