Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3857 IdentifierInfo *CMId = ObjCBAttr->getClassMethod(); in checkObjCBridgeRelatedComponents() local
3888 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
3889 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
DSemaChecking.cpp2179 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
2180 if (CMId == 0) in CheckFunctionCall()
2184 if (CMId == Builtin::BIstrlcpy || CMId == Builtin::BIstrlcat) in CheckFunctionCall()
2186 else if (CMId == Builtin::BIstrncat) in CheckFunctionCall()
2189 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp4237 IdentifierInfo *CMId = ObjCBAttr->getClassMethod(); in checkObjCBridgeRelatedComponents() local
4268 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
4269 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
DSemaChecking.cpp4577 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
4580 switch (CMId) { in CheckFunctionCall()
4594 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()