Home | History | Annotate | Download | only in AST

Lines Matching refs:Output

148 /// 4) Two different types within the same diagnostic have the same output
245 SmallVectorImpl<char> &Output,
250 size_t OldEnd = Output.size();
251 llvm::raw_svector_ostream OS(Output);
363 Output.insert(Output.begin()+OldEnd, '\'');
364 Output.push_back('\'');
383 /// PrintTree - Format output string as a tree.
398 /// OS - The stream used to construct the output strings.
401 /// IsBold - Keeps track of the bold formatting for the output string.
1187 /// will later be turned into the output string.