Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DAPValue.h249 struct NoLValuePath {};
330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
DPropertiesBase.td536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAPValue.cpp349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
934 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
DExprConstant.cpp1568 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
6977 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
DASTImporter.cpp9426 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()