Home
last modified time | relevance | path

Searched refs:setLValue (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h341 MakeLValue(); setLValue(B, O, N, IsNullPtr);
346 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
619 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
621 void setLValue(LValueBase B, const CharUnits &O,
H A DPropertiesBase.td556 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp346 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 DASTImporter.cpp10395 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()