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

References

tools/clang/lib/CodeGen/CGCall.cpp
  331     if (AddedArgs.Prefix)
  332       paramInfos.insert(paramInfos.begin() + 1, AddedArgs.Prefix,
tools/clang/lib/CodeGen/CGClass.cpp
 2158       Args, D, Type, ExtraArgs.Prefix, ExtraArgs.Suffix, PassPrototypeArgs);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1282       ++Added.Prefix;
 3988       Args, CD, Ctor_Complete, ExtraArgs.Prefix, ExtraArgs.Suffix);