Home
last modified time | relevance | path

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

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