Searched refs:setLValue (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 333 MakeLValue(); setLValue(B, O, N, IsNullPtr); 338 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr); 611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath, 613 void setLValue(LValueBase B, const CharUnits &O,
|
| H A D | PropertiesBase.td | 536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | APValue.cpp | 346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 1005 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue 1029 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
|
| H A D | ASTImporter.cpp | 9961 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|