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

References

tools/clang/lib/AST/ItaniumMangle.cpp
 2897   for (unsigned I = 0, E = Proto->getNumParams(); I != E; ++I) {
 2897   for (unsigned I = 0, E = Proto->getNumParams(); I != E; ++I) {
 2900       mangleExtParameterInfo(Proto->getExtParameterInfo(I));
 2904     QualType ParamTy = Proto->getParamType(I);
 2908       if (auto *Attr = FD->getParamDecl(I)->getAttr<PassObjectSizeAttr>()) {