Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h248 struct NoLValuePath {};
359 APValue(LValueBase Base, const CharUnits &Offset, NoLValuePath,
363 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr);
387 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr);
685 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
H A DPropertiesBase.td560 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp350 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
1024 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
H A DExprConstant.cpp1653 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
7607 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
H A DASTImporter.cpp10763 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp299 return APValue(Base, Offset, APValue::NoLValuePath()); in toAPValue()