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()))) 1463 NonNullArgs.push_back(Idx);