reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2809 mangleExtFunctionInfo(T); 2813 mangleQualifiers(T->getMethodQuals()); 2817 if (T->hasInstantiationDependentExceptionSpec()) { 2818 if (isComputedNoexcept(T->getExceptionSpecType())) { 2820 mangleExpression(T->getNoexceptExpr()); 2823 assert(T->getExceptionSpecType() == EST_Dynamic); 2825 for (auto ExceptTy : T->exceptions()) 2829 } else if (T->isNothrow()) { 2837 mangleBareFunctionType(T, /*MangleReturnType=*/true); 2840 mangleRefQualifier(T->getRefQualifier());