Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp103 const Expr *DoubleBase = BaseProp->getBase(); in getBaseInfo() local
104 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase)) in getBaseInfo()
105 DoubleBase = OVE->getSourceExpr(); in getBaseInfo()
107 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()