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

References

tools/clang/lib/CodeGen/CGCleanup.h
  259   mutable struct ExtInfo *ExtInfo;
  266   struct ExtInfo &getExtInfo() {
  267     if (!ExtInfo) ExtInfo = new struct ExtInfo();
  271   const struct ExtInfo &getExtInfo() const {
  272     if (!ExtInfo) ExtInfo = new struct ExtInfo();
  374     struct ExtInfo &ExtInfo = getExtInfo();