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

References

tools/clang/lib/Sema/SemaType.cpp
 4802         ParamTys.reserve(FTI.NumParams);
 4885           ParamTys.push_back(ParamTy);
 4890           checkExtParameterInfos(S, ParamTys, EPI,
 4952         T = Context.getFunctionType(T, ParamTys, EPI);