Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp4241 IdentifierInfo *CMId = ObjCBAttr->getClassMethod(); in checkObjCBridgeRelatedComponents() local
4272 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
4273 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
H A DSemaChecking.cpp4763 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
4766 switch (CMId) { in CheckFunctionCall()
4780 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()