Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp76 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo() local
78 if (BaseProp) { in getBaseInfo()
79 D = getBestPropertyDecl(BaseProp); in getBaseInfo()
81 const Expr *DoubleBase = BaseProp->getBase(); in getBaseInfo()