Lines Matching defs:Prune
195 bool Prune : 1; ///< Is this a pure forward declaration we can strip?
394 I.Keep = !I.Prune;
1795 Info.Prune = InImportedModule;
1799 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext,
1802 // Prune this DIE if it is either a forward declaration inside a
1805 Info.Prune &= (DIE->getTag() == dwarf::DW_TAG_module) ||
1809 // Don't prune it if there is no definition for the DIE.
1810 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
1812 return Info.Prune;
2200 Info.Prune = false;
2228 if (MyInfo.Prune)