Searched refs:NoLValuePath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | APValue.h | 249 struct NoLValuePath {}; 330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, 611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
| D | PropertiesBase.td | 536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | APValue.cpp | 349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 934 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
| D | ExprConstant.cpp | 1568 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 6977 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
|
| D | ASTImporter.cpp | 9426 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|