Searched refs:setLValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 363 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr); 377 setLValue(Base, Offset, Path, OnePastTheEnd, IsNullPtr); 387 setLValue(Base, Offset, NoLValuePath{}, IsNullPtr); 685 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath, 687 void setLValue(LValueBase B, const CharUnits &O,
|
| 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 | 347 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue() 350 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 1024 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() function in APValue 1048 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue() function in APValue
|
| H A D | ASTImporter.cpp | 10763 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8772 {"_ZN5clang7APValue9setLValueEPNS_4ExprERKNS_9CharUnitsE", "clang::APValue::setLValue(clang::Expr*,…
|