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

References

tools/clang/lib/AST/ASTContext.cpp
 8784   if (proto) {
 8785     assert(!proto->hasExceptionSpec() && "C++ shouldn't be here");
 8786     if (proto->isVariadic())
 8793     for (unsigned i = 0, n = proto->getNumParams(); i < n; ++i) {
 8794       QualType paramTy = proto->getParamType(i);
 8812     FunctionProtoType::ExtProtoInfo EPI = proto->getExtProtoInfo();
 8814     return getFunctionType(retType, proto->getParamTypes(), EPI);