Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h116 struct NoLValuePath {}; struct
189 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
436 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp198 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
664 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
H A DExprConstant.cpp1361 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
3372 APValue Str(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0); in handleLValueToRValueConversion()