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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1458             S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL,
 1475       QualType T = getFunctionOrMethodParamType(D, I);
 1615   QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 1688     QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 3109   QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 3282   QualType Ty = getFunctionOrMethodParamType(D, ArgIdx);
 3436       getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam)
 4785         !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType())
 5598   if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) {
 5613       (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() ||
 5614        S.Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) {