Searched defs:HandleExprPropertyRefExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1555 /// HandleExprPropertyRefExpr - Handle foo.bar where foo is a pointer to an
1558 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, function in class:Sema
1674 return HandleExprPropertyRefExpr(OPT, BaseExpr, OpLoc,
1736 return HandleExprPropertyRefExpr(T->getAsObjCInterfacePointerType(),

Completed in 378 milliseconds