Searched refs:CommentIndent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp25 CommentIndent = 30 enumerator in enum:__anon10612
187 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
208 OS.PadToColumn(CommentIndent) << "// #"
218 OS.PadToColumn(CommentIndent) << "// #"
249 OS.PadToColumn(CommentIndent) << "// " << Pred;
257 OS.PadToColumn(CommentIndent) << "// " << Pred.getFnName();
389 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc();
491 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();
529 OS.PadToColumn(CommentIndent) << "// Results =";

Completed in 69 milliseconds