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(),
377 LValueBase Base = getLValueBase();
553 const APValue::LValueBase APValue::getLValueBase() const {
ExprConstant.cpp 201 if (V.getLValueBase()) {
204 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
    [all...]

Completed in 119 milliseconds