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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp99 const Expr *DoubleBase = BaseProp->getBase(); local
100 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase))
101 DoubleBase = OVE->getSourceExpr();
103 IsExact = DoubleBase->isObjCSelfExpr();

Completed in 87 milliseconds