Home
last modified time | relevance | path

Searched refs:NoLValuePath (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h249 struct NoLValuePath {};
330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
H A DPropertiesBase.td536 result.setLValue(base, offset, APValue::NoLValuePath{}, isNullPtr);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
1005 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue() argument
H A DExprConstant.cpp1567 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
7066 APValue::NoLValuePath{}, /*IsNullPtr=*/true); in visit()
H A DASTImporter.cpp9961 Result.setLValue(Base, Offset, APValue::NoLValuePath{}, in ImportAPValue()