Home
last modified time | relevance | path

Searched defs:isFramework (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h73 DirectoryLookup(DirectoryEntryRef Dir,SrcMgr::CharacteristicKind DT,bool isFramework) DirectoryLookup() argument
123 bool isFramework() const { return getLookupType() == LT_Framework; } isFramework() function
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp118 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...]
/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp66 static bool isFramework(StringRef Path) { in isFramework() function
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2427 bool &isFramework, in guessLibraryShortName() argument
2573 bool isFramework; getLibraryShortNameByIndex() local
/llvm-project/lld/MachO/
H A DInputFiles.cpp1586 bool isFramework = path.ends_with(frameworkName); in findDylib() local