reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
236 void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);
627 ctx.addFrameworkSearchDir(fwPath->getValue()); 634 ctx.addFrameworkSearchDir("/Library/Frameworks", true); 635 ctx.addFrameworkSearchDir("/System/Library/Frameworks", true);