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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4771   if (!checkFunctionOrMethodParameterIndex(S, D, AL, 2, AL.getArgAsExpr(1),
 4776   if (!checkFunctionOrMethodParameterIndex(S, D, AL, 3, AL.getArgAsExpr(2),
 4784     if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) ||
 4785         !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType())
 4789   D->addAttr(::new (S.Context) ArgumentWithTypeTagAttr(