Searched refs:setLValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/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() 1015 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue 1039 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
|
H A D | ASTImporter.cpp | 10395 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 556 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|