Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h492 bool UseDriverMode,
811 getOptionVisibilityMask(bool UseDriverMode = true) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp325 bool UseDriverMode, in ParseArgStrings() argument
330 llvm::opt::Visibility VisibilityMask = getOptionVisibilityMask(UseDriverMode); in ParseArgStrings()
7092 Driver::getOptionVisibilityMask(bool UseDriverMode) const { in getOptionVisibilityMask()
7093 if (!UseDriverMode) in getOptionVisibilityMask()