Searched refs:NoLValuePath (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | APValue.h | 65 struct NoLValuePath {}; struct 138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue() 376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 236 struct NoLValuePath {}; 319 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, 598 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
|
/external/clang/lib/AST/ |
D | APValue.cpp | 156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
D | ExprConstant.cpp | 1084 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto() 2925 APValue Str(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0); in handleLValueToRValueConversion()
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 341 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue() 926 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
|
D | ExprConstant.cpp | 1562 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto() 6966 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
|
D | ASTImporter.cpp | 9134 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 9096 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, IsNullPtr); in readAPValue()
|