Home
last modified time | relevance | path

Searched refs:DefaultVis (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Driver/
H A DClangOptionDocs.td31 // Note: We *must* use DefaultVis and not ClangOption, since that's
33 list<string> VisibilityMask = ["DefaultVis"];
H A DOptions.h35 ClangOption = llvm::opt::DefaultVis,
H A DOptions.td77 defvar ClangOption = DefaultVis;
/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h40 DefaultVis = (1 << 0), enumerator
H A DOptParser.td81 def DefaultVis : OptionVisibility;
114 list<OptionVisibility> Visibility = [DefaultVis];