Searched refs:NoLValuePath (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 249 struct NoLValuePath {}; 330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, 611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
| H A D | PropertiesBase.td | 536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | APValue.cpp | 349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 1005 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
| H A D | ExprConstant.cpp | 1567 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 7066 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
|
| H A D | ASTImporter.cpp | 9961 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|