Home
last modified time | relevance | path

Searched refs:DoubleBase (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp101 const Expr *DoubleBase = BaseProp->getBase(); in getBaseInfo() local
102 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase)) in getBaseInfo()
103 DoubleBase = OVE->getSourceExpr(); in getBaseInfo()
105 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()