Home
last modified time | relevance | path

Searched refs:Annotator (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp122 TokenAnnotator Annotator(Style, Lex.getKeywords()); in process() local
126 Annotator.annotate(*AnnotatedLines.back()); in process()
130 analyze(Annotator, AnnotatedLines, Lex); in process()
H A DUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
H A DNamespaceEndCommentsFixer.h38 analyze(TokenAnnotator &Annotator,
H A DDefinitionBlockSeparator.h30 analyze(TokenAnnotator &Annotator,
H A DObjCPropertyAttributeOrderFixer.h39 analyze(TokenAnnotator &Annotator,
H A DTokenAnalyzer.h97 analyze(TokenAnnotator &Annotator,
H A DQualifierAlignmentFixer.h49 analyze(TokenAnnotator &Annotator,
H A DUsingDeclarationsSorter.cpp213 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
H A DDefinitionBlockSeparator.cpp23 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
H A DFormat.cpp2105 analyze(TokenAnnotator &Annotator, in analyze() argument
2149 analyze(TokenAnnotator &Annotator, in analyze() argument
2202 analyze(TokenAnnotator &Annotator, in analyze() argument
2253 analyze(TokenAnnotator &Annotator, in analyze() argument
2304 analyze(TokenAnnotator &Annotator, in analyze() argument
2393 analyze(TokenAnnotator &Annotator, in analyze() argument
2400 Annotator.calculateFormattingInformation(*Line); in analyze()
2401 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()
2534 analyze(TokenAnnotator &Annotator, in analyze() argument
2597 analyze(TokenAnnotator &Annotator, in analyze() argument
[all …]
H A DNamespaceEndCommentsFixer.cpp282 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
H A DSortJavaScriptImports.cpp144 analyze(TokenAnnotator &Annotator, in analyze() argument
H A DUnwrappedLineParser.cpp705 TokenAnnotator Annotator(Style, Keywords); in mightFitOnOneLine() local
706 Annotator.annotate(Line); in mightFitOnOneLine()
707 Annotator.calculateFormattingInformation(Line); in mightFitOnOneLine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp246 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main() local
248 Annotator.reset(new CommentWriter()); in main()
253 M->print(Out->os(), Annotator.get(), PreserveAssemblyUseListOrder); in main()