Searched refs:getParameterKind (Results 1 – 9 of 9) sorted by relevance
73 static ParameterKind getParameterKind(const Record *R) { in getParameterKind() function380 ParamKindVec.emplace_back(getParameterKind(Op.OpTypes[i])); in emitDXILOperationTable()
399 ID.AddInteger(llvm::to_underlying(Cmd->getParameterKind())); in VisitObjCMethodDecl()404 ID.AddInteger(llvm::to_underlying(Self->getParameterKind())); in VisitObjCMethodDecl()
1250 if (PD->getParameterKind() == ImplicitParamKind::ObjCSelf && in isImplicitSelf()
4643 ToType, D->getParameterKind())) in VisitImplicitParamDecl()
639 if (ID->getParameterKind() == ImplicitParamKind::ObjCSelf) in potentiallyWritesIntoIvar()1401 if (ImplParam->getParameterKind() == ImplicitParamKind::ObjCSelf) { in showBRParamDiagnostics()
4794 if (IPD->getParameterKind() == ImplicitParamKind::CXXThis || in EmitDeclare()4795 IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclare()5110 if (IPD->getParameterKind() == ImplicitParamKind::ObjCSelf) in EmitDeclareOfBlockDeclRefVariable()
2601 (IPD->getParameterKind() == ImplicitParamKind::ThreadPrivateVar); in EmitParmDecl()
1712 ImplicitParamKind getParameterKind() const { in getParameterKind() function
1152 VarDeclBits.addBits(llvm::to_underlying(IPD->getParameterKind()), in VisitVarDecl()