Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3828 IdentifierInfo *CMId = ObjCBAttr->getClassMethod(); in checkObjCBridgeRelatedComponents() local
3855 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
3856 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
DSemaChecking.cpp1465 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
1466 if (CMId == 0) in CheckFunctionCall()
1470 if (CMId == Builtin::BIstrlcpy || CMId == Builtin::BIstrlcat) in CheckFunctionCall()
1472 else if (CMId == Builtin::BIstrncat) in CheckFunctionCall()
1475 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()