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

References

tools/clang/lib/Sema/SemaChecking.cpp
 5635       SecondArgIsLastNamedArgument = PV == LastParam;
 5637       Type = PV->getType();
 5638       ParamLoc = PV->getLocation();
 5640           PV->getStorageClass() == SC_Register && !getLangOpts().CPlusPlus;