Home
last modified time | relevance | path

Searched refs:ExclusiveGroup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h52 std::string ExclusiveGroup; variable
65 StringRef ExclusiveGroup = {},
85 const std::string &exclusiveGroup() const { return ExclusiveGroup; } in exclusiveGroup()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp32 StringRef ExclusiveGroup, std::optional<StringRef> Error) in Multilib() argument
34 Flags(Flags), ExclusiveGroup(ExclusiveGroup), Error(Error) { in Multilib()