Searched refs:getPlatformFamily (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h439 StringRef getPlatformFamily() const;
H A DDarwin.cpp1055 StringRef Darwin::getPlatformFamily() const { function in class:Darwin
1849 if (!SDKName.startswith(getPlatformFamily()))
1851 << SDKName << getPlatformFamily();

Completed in 107 milliseconds