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

References

tools/clang/lib/Sema/SemaDecl.cpp
 3620         (OldProto = dyn_cast<FunctionProtoType>(OldFuncType))) {
 3623       assert(!OldProto->hasExceptionSpec() && "Exception spec in C");
 3624       SmallVector<QualType, 16> ParamTypes(OldProto->param_types());
 3627                                   OldProto->getExtProtoInfo());
 3633       for (const auto &ParamType : OldProto->param_types()) {