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

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

Completed in 40 milliseconds