Home
last modified time | relevance | path

Searched defs:MsgE (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp199 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse() local
/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp1741 if (const ObjCMessageExpr *MsgE = dyn_cast<ObjCMessageExpr>(E)) { clang_Cursor_isDynamicCall() local
1779 if (const ObjCMessageExpr *MsgE = dyn_cast_or_null<ObjCMessageExpr>(E)) clang_Cursor_getReceiverType() local
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr()