Searched refs:setLValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h141 MakeLValue(); setLValue(B, O, N, CallIndex);
146 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex);
377 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
379 void setLValue(LValueBase B, const CharUnits &O,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
578 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, function in class:APValue
589 void APValue::setLValue(LValueBase B, const CharUnits &O, function in class:APValue

Completed in 50 milliseconds