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(),
376 LValueBase Base = getLValueBase();
547 const APValue::LValueBase APValue::getLValueBase() const {
ExprConstant.cpp 189 if (V.getLValueBase())
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
793 const APValue::LValueBase getLValueBase() const { return Base; }
809 Base = V.getLValueBase();
    [all...]

Completed in 110 milliseconds