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

/freebsd-10.1-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp178 OwningPtr<AssemblyAnnotationWriter> Annotator; local
180 Annotator.reset(new CommentWriter());
184 M->print(Out->os(), Annotator.get());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1256 TokenAnnotator Annotator(Style, Tokens.getIdentTable().get("in"));
1258 Annotator.annotate(*AnnotatedLines[i]);
1262 Annotator.calculateFormattingInformation(*AnnotatedLines[i]);
1265 Annotator.setCommentLineLevels(AnnotatedLines);

Completed in 101 milliseconds