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

References

tools/clang/lib/Sema/SemaDecl.cpp
13250         DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
13253         DS.SetRangeStart(FTI.Params[i].IdentLoc);
13254         DS.SetRangeEnd(FTI.Params[i].IdentLoc);
13255         Declarator ParamD(DS, DeclaratorContext::KNRTypeListContext);