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

References

tools/clang/lib/AST/ItaniumMangle.cpp
 2873     if (Proto->getExtInfo().getProducesResult() && FD == nullptr)
 2877     QualType ReturnTy = Proto->getReturnType();
 2888   if (Proto->getNumParams() == 0 && !Proto->isVariadic()) {
 2888   if (Proto->getNumParams() == 0 && !Proto->isVariadic()) {
 2896   assert(!FD || FD->getNumParams() == Proto->getNumParams());
 2897   for (unsigned I = 0, E = Proto->getNumParams(); I != E; ++I) {
 2899     if (Proto->hasExtParameterInfos() && FD == nullptr) {
 2900       mangleExtParameterInfo(Proto->getExtParameterInfo(I));
 2904     QualType ParamTy = Proto->getParamType(I);
 2922   if (Proto->isVariadic())