Lines Matching refs:Verbose
49 bool Verbose;
55 InitHeaderSearch(HeaderSearch &HS, bool verbose, llvm::StringRef sysroot)
56 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
165 if (Verbose)
961 unsigned First, bool Verbose) {
1024 if (Verbose) {
1052 RemoveDuplicates(SearchList, 0, Verbose);
1061 RemoveDuplicates(SearchList, NumQuoted, Verbose);
1079 RemoveDuplicates(SearchList, NumQuoted, Verbose);
1084 // If verbose, print the list of directories that will be searched.
1085 if (Verbose) {
1110 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);