Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1662 if (auto *PropRefE = dyn_cast<ObjCPropertyRefExpr>(E)) { in clang_Cursor_isDynamicCall() local
1663 return !PropRefE->isSuperReceiver(); in clang_Cursor_isDynamicCall()
1692 if (auto *PropRefE = dyn_cast<ObjCPropertyRefExpr>(E)) { in clang_Cursor_getReceiverType() local
1694 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()