Searched refs:ArgAttrs (Results 1 – 4 of 4) sorted by relevance
1444 ArgInfo.ArgAttrs = nullptr; in ParseObjCMethodDecl()1447 ArgInfo.ArgAttrs = paramAttrs.getList(); in ParseObjCMethodDecl()
1941 AttrBuilder ArgAttrs; in ParseParameterList() local1951 if (ParseOptionalParamAttrs(ArgAttrs) || ParseValue(ArgTy, V, PFS)) in ParseParameterList()1956 ArgAttrs))); in ParseParameterList()
4219 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
7368 AttributeList *ArgAttrs; member