reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2204 Qualifiers Quals = Proto->getMethodQuals(); 2206 mangleRefQualifier(Proto->getRefQualifier()); 2239 Proto->getParamType(0) 2275 if (!Proto) { 2280 } else if (Proto->getNumParams() == 0 && !Proto->isVariadic()) { 2280 } else if (Proto->getNumParams() == 0 && !Proto->isVariadic()) { 2284 for (unsigned I = 0, E = Proto->getNumParams(); I != E; ++I) { 2285 mangleFunctionArgumentType(Proto->getParamType(I), Range); 2299 if (Proto->isVariadic()) 2308 mangleThrowSpecification(Proto);