Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp80 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo() local
82 if (BaseProp) { in getBaseInfo()
83 D = getBestPropertyDecl(BaseProp); in getBaseInfo()
85 const Expr *DoubleBase = BaseProp->getBase(); in getBaseInfo()