Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Verbose

45   bool Verbose;
51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
175 if (Verbose)
514 unsigned First, bool Verbose) {
578 if (Verbose) {
609 RemoveDuplicates(SearchList, 0, Verbose);
618 RemoveDuplicates(SearchList, NumQuoted, Verbose);
640 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
648 // If verbose, print the list of directories that will be searched.
649 if (Verbose) {
674 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);