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

References

tools/clang/lib/Sema/SemaType.cpp
 4810           QualType ParamTy = Param->getType();
 4823               Param->setType(ParamTy);
 4828               Param->setType(ParamTy);
 4842                 S.Diag(Param->getLocation(),
 4845                 Param->setInvalidDecl();
 4848               S.Diag(Param->getLocation(),
 4855               Param->setKNRPromoted(true);
 4859                 Param->setKNRPromoted(true);
 4864           if (LangOpts.ObjCAutoRefCount && Param->hasAttr<NSConsumedAttr>()) {
 4869           if (auto attr = Param->getAttr<ParameterABIAttr>()) {
 4875           if (Param->hasAttr<PassObjectSizeAttr>()) {
 4880           if (Param->hasAttr<NoEscapeAttr>()) {