HomeSort by: relevance | last modified time | path
    Searched refs:isFramework (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h 69 bool isFramework)
71 LookupType(isFramework ? LT_Framework : LT_NormalDir),
97 return isFramework() ? &u.Dir.getDirEntry() : nullptr;
101 return isFramework() ? Optional<DirectoryEntryRef>(u.Dir) : None;
113 /// isFramework - True if this is a framework directory.
115 bool isFramework() const { return getLookupType() == LT_Framework; }
HeaderSearchOptions.h 72 unsigned IsFramework : 1;
79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
81 : Path(path), Group(group), IsFramework(isFramework),
235 bool IsFramework, bool IgnoreSysRoot) {
236 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
256 return llvm::hash_combine(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
63 bool isFramework);
116 bool isFramework) {
123 return AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
127 return AddUnmappedPath(Path, Group, isFramework);
131 bool isFramework) {
158 std::make_pair(Group, DirectoryLookup(*DE, Type, isFramework)));
164 if (!isFramework) {
485 } else if (CurEntry.isFramework()) {
518 else if (CurEntry.isFramework())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 264 if (SearchDirs[Idx].isFramework()) {
289 /*IsFramework*/false) == LMM_NewlyLoaded) {
303 /*IsFramework*/false) == LMM_NewlyLoaded){
339 if (isFramework())
406 if (isFramework())
1595 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) {
1601 if (IsFramework)
1615 if (IsFramework) {
1632 switch (loadModuleMapFile(Dir, IsSystem, /*IsFramework*/true)) {
1652 bool IsFramework) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2294 // isFramework is set to true else it is set to false. If the Name has a
2322 bool &isFramework,
2327 isFramework = false;
2356 isFramework = true;
2378 isFramework = true;
2468 bool isFramework;
2469 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 568 static StringRef guessLibraryShortName(StringRef Name, bool &isFramework,

Completed in 23 milliseconds