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

/external/clang/include/clang/AST/
H A DAPValue.h65 struct NoLValuePath {}; struct in class:clang::APValue
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
/external/clang/lib/AST/
H A DAPValue.cpp156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
584 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
H A DExprConstant.cpp931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
2650 APValue Str(Base, CharUnits::Zero(), APValue::NoLValuePath(), 0);

Completed in 1155 milliseconds