Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DAPValue.h333 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,
DPropertiesBase.td536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAPValue.cpp346 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
934 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue
958 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
DASTImporter.cpp9426 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()