Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4243 IdentifierInfo *CMId = ObjCBAttr->getClassMethod(); in checkObjCBridgeRelatedComponents() local
4274 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
4275 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
H A DSemaChecking.cpp3419 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall() local
3422 switch (CMId) { in CheckFunctionCall()
3436 CheckMemaccessArguments(TheCall, CMId, FnInfo); in CheckFunctionCall()