Searched refs:NoLValuePath (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 248 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 D | PropertiesBase.td | 560 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 350 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 1024 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
| H A D | ExprConstant.cpp | 1653 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 7607 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
|
| H A D | ASTImporter.cpp | 10763 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 299 return APValue(Base, Offset, APValue::NoLValuePath()); in toAPValue()
|