Searched refs:NoLValuePath (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h249 struct NoLValuePath {}; struct in class:clang::APValue
330 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
611 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp349 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
934 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
H A DExprConstant.cpp1568 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr);
6977 APValue::NoLValuePath{}, /*IsNullPtr=*/true);
H A DASTImporter.cpp9297 Result.setLValue(Base, Offset, APValue::NoLValuePath{},

Completed in 250 milliseconds