Searched defs:isFramework (Results 1 – 5 of 5) sorted by relevance
73 DirectoryLookup(DirectoryEntryRef Dir,SrcMgr::CharacteristicKind DT,bool isFramework) DirectoryLookup() argument 123 bool isFramework() const { return getLookupType() == LT_Framework; } isFramework() function
118 AddPath(const Twine & Path,IncludeDirGroup Group,bool isFramework,std::optional<unsigned> UserEntryIdx) AddPath() argument 135 AddUnmappedPath(const Twine & Path,IncludeDirGroup Group,bool isFramework,std::optional<unsigned> UserEntryIdx) AddUnmappedPath() argument [all...]
66 static bool isFramework(StringRef Path) { in isFramework() function
2427 bool &isFramework, in guessLibraryShortName() argument 2573 bool isFramework; getLibraryShortNameByIndex() local
1586 bool isFramework = path.ends_with(frameworkName); in findDylib() local