HomeSort by: relevance | last modified time | path
    Searched defs:isFramework (Results 1 - 2 of 2) 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; }
  /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);

Completed in 25 milliseconds