Home
last modified time | relevance | path

Searched refs:isFramework (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h69 bool isFramework) in DirectoryLookup() argument
71 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup()
100 return isFramework() ? &u.Dir.getDirEntry() : nullptr; in getFrameworkDir()
104 return isFramework() ? OptionalDirectoryEntryRef(u.Dir) : std::nullopt; in getFrameworkDirRef()
118 bool isFramework() const { return getLookupType() == LT_Framework; } in isFramework() function
H A DHeaderSearchOptions.h78 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry()
80 : Path(path), Group(group), IsFramework(isFramework), in Entry()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp62 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
69 bool isFramework,
105 bool isFramework, in AddPath() argument
113 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework, in AddPath()
118 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
122 bool isFramework, in AddUnmappedPath() argument
149 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
156 if (!isFramework) { in AddUnmappedPath()
292 } else if (CurEntry.isFramework()) { in RemoveDuplicates()
325 else if (CurEntry.isFramework()) in RemoveDuplicates()
[all …]
H A DHeaderSearch.cpp335 if (Dir.isFramework()) { in lookupModule()
438 if (isFramework()) in getName()
507 if (isFramework()) in LookupFile()
1983 if (DL.isFramework()) { in collectAllModules()
2037 DL.isFramework()); in loadTopLevelSystemModules()
2059 if (IsFramework == SearchDir.isFramework()) in loadSubdirectoryModuleMaps()
2062 SearchDir.isFramework()); in loadSubdirectoryModuleMaps()
2140 } else if (DL.isFramework()) { in suggestPathToFileForDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp65 static bool isFramework(StringRef Path) { in isFramework() function
158 if (isFramework(Curr)) { in scanMultipleFrameworks()
283 if (isFramework(Directory)) { in scanForFrameworks()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2428 bool &isFramework, in guessLibraryShortName() argument
2433 isFramework = false; in guessLibraryShortName()
2461 isFramework = true; in guessLibraryShortName()
2482 isFramework = true; in guessLibraryShortName()
2572 bool isFramework; in getLibraryShortNameByIndex() local
2573 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix); in getLibraryShortNameByIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h752 static StringRef guessLibraryShortName(StringRef Name, bool &isFramework,