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

/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DDirectoryLookup.h119 bool isFramework() const { return getLookupType() == LT_Framework; } function in class:clang::DirectoryLookup
68 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, bool isFramework) argument
H A DHeaderSearchOptions.h80 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, argument
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp123 AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, std::optional<unsigned> UserEntryIdx) argument
140 AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, bool isFramework, std::optional<unsigned> UserEntryIdx) argument
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1562 bool isFramework = path.endswith(frameworkName); local
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2566 bool isFramework; local
2419 guessLibraryShortName(StringRef Name, bool &isFramework, StringRef &Suffix) argument

Completed in 278 milliseconds