Home | History | Annotate | Download | only in AST

Lines Matching refs:Output

219 /// 4) Two different types within the same diagnostic have the same output
326 SmallVectorImpl<char> &Output,
331 size_t OldEnd = Output.size();
332 llvm::raw_svector_ostream OS(Output);
450 Output.insert(Output.begin()+OldEnd, '\'');
451 Output.push_back('\'');
470 /// PrintTree - Format output string as a tree.
485 /// OS - The stream used to construct the output strings.
488 /// IsBold - Keeps track of the bold formatting for the output string.
1430 /// will later be turned into the output string.