HomeSort by relevance Sort by last modified time
    Searched defs:getLValueBase (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
APValue.cpp 153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
342 LValueBase Base = getLValueBase();
512 const APValue::LValueBase APValue::getLValueBase() const {
ExprConstant.cpp 170 if (V.getLValueBase())
172 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
700 const APValue::LValueBase getLValueBase() const { return Base; }
716 Base = V.getLValueBase();
    [all...]

Completed in 81 milliseconds