Searched refs:NoLValuePath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | APValue.h | 116 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 D | APValue.cpp | 198 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 664 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
| H A D | ExprConstant.cpp | 1361 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 3372 APValue Str(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0); in handleLValueToRValueConversion()
|