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

References

tools/clang/lib/Sema/SemaType.cpp
 2550   for (unsigned Idx = 0, Cnt = ParamTypes.size(); Idx < Cnt; ++Idx) {
 2552     QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]);
 2568     ParamTypes[Idx] = ParamType;
 2572     checkExtParameterInfos(*this, ParamTypes, EPI,
 2584   return Context.getFunctionType(T, ParamTypes, EPI);