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 61 setLValue(RHS.getLValueBase(), RHS.getLValueOffset());
167 const Expr* APValue::getLValueBase() const {
ExprConstant.cpp 110 const Expr *getLValueBase() { return Base; }
118 Base = v.getLValueBase();
741 Result.Base = BaseLV.getLValueBase();
764 Result.Base = Value.getLValueBase();
    [all...]

Completed in 662 milliseconds