Home
last modified time | relevance | path

Searched refs:NoLValuePath (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h249 struct NoLValuePath {};
338 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
619 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
H A DPropertiesBase.td553 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
1011 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
H A DExprConstant.cpp1621 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
7232 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
H A DASTImporter.cpp10301 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()