Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h76 const std::string &exclusiveGroup() const { return ExclusiveGroup; } in exclusiveGroup() function
/src/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp111 const std::string &group = M.exclusiveGroup(); in select()