Searched refs:NoLValuePath (Results 1 – 4 of 4) sorted by relevance
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 556 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
|