reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 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);