Searched refs:NoLValuePath (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 249 struct NoLValuePath {}; 338 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, 619 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
| H A D | PropertiesBase.td | 556 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 1015 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
| H A D | ExprConstant.cpp | 1626 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 7293 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
|
| H A D | ASTImporter.cpp | 10395 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|