reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1452 if (!checkFunctionOrMethodParameterIndex(S, D, AL, I + 1, Ex, Idx)) 1456 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) && 1458 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, 1460 getFunctionOrMethodParamRange(D, Idx.getASTIndex()))) 1472 bool AnyPointers = isFunctionOrMethodVariadic(D); 1473 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); 1475 QualType T = getFunctionOrMethodParamType(D, I); 1487 D->addAttr(::new (S.Context) NonNullAttr(S.Context, AL, Start, Size));