Searched refs:PropRefE (Results 1 – 1 of 1) sorted by relevance
1647 if (auto *PropRefE = dyn_cast<ObjCPropertyRefExpr>(E)) { in clang_Cursor_isDynamicCall() local1648 return !PropRefE->isSuperReceiver(); in clang_Cursor_isDynamicCall()1677 if (auto *PropRefE = dyn_cast<ObjCPropertyRefExpr>(E)) { in clang_Cursor_getReceiverType() local1679 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()