Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp100 const Expr *DoubleBase = BaseProp->getBase(); in getBaseInfo() local
101 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase)) in getBaseInfo()
102 DoubleBase = OVE->getSourceExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()