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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3360   unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum;
 3360   unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum;
 3365     NNAttr = getNonNullAttr(AC.getDecl(), PVD, ArgType, ArgNo);
 3368   if (SanOpts.has(SanitizerKind::NullabilityArg) && !NNAttr && PVD) {
 3369     auto Nullability = PVD->getType()->getNullability(getContext());
 3372                           PVD->getTypeSourceInfo();
 3386     AttrLoc = PVD->getTypeSourceInfo()->getTypeLoc().findNullabilityLoc();