| /freebsd-src/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 122 TokenAnnotator Annotator(Style, Lex.getKeywords()); in process() local 126 Annotator.annotate(*AnnotatedLines.back()); in process() 130 analyze(Annotator, AnnotatedLines, Lex); in process()
|
| H A D | UsingDeclarationsSorter.h | 28 analyze(TokenAnnotator &Annotator,
|
| H A D | NamespaceEndCommentsFixer.h | 38 analyze(TokenAnnotator &Annotator,
|
| H A D | DefinitionBlockSeparator.h | 30 analyze(TokenAnnotator &Annotator,
|
| H A D | ObjCPropertyAttributeOrderFixer.h | 39 analyze(TokenAnnotator &Annotator,
|
| H A D | TokenAnalyzer.h | 86 analyze(TokenAnnotator &Annotator,
|
| H A D | QualifierAlignmentFixer.h | 58 analyze(TokenAnnotator &Annotator,
|
| H A D | DefinitionBlockSeparator.cpp | 23 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
|
| H A D | UsingDeclarationsSorter.cpp | 213 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
|
| H A D | Format.cpp | 2129 analyze(TokenAnnotator &Annotator, in removeParens() 2173 analyze(TokenAnnotator &Annotator, in insertBraces() 2226 analyze(TokenAnnotator &Annotator, in removeBraces() 2277 analyze(TokenAnnotator &Annotator, in removeSemi() 2282 removeSemi(Annotator, AnnotatedLines, Result); in removeSemi() 2287 void removeSemi(TokenAnnotator &Annotator, in removeSemi() 2301 removeSemi(Annotator, Line->Children, Result); in JavaScriptRequoter() 2304 Annotator.calculateFormattingInformation(*Line); in analyze() argument 2337 analyze(TokenAnnotator &Annotator, in requoteJSStringLiteral() 2426 analyze(TokenAnnotator &Annotator, in analyze() 2105 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2149 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2202 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2253 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2393 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2534 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2597 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument 2818 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument [all...] |
| H A D | NamespaceEndCommentsFixer.cpp | 282 TokenAnnotator &Annotator, SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in analyze() argument
|
| H A D | SortJavaScriptImports.cpp | 142 analyze(TokenAnnotator &Annotator, 144 analyze(TokenAnnotator & Annotator,SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,FormatTokenLexer & Tokens) analyze() argument
|
| H A D | UnwrappedLineParser.cpp | 713 TokenAnnotator Annotator(Style, Keywords); in mightFitOnOneLine() 714 Annotator.annotate(Line); in mightFitOnOneLine() 715 Annotator.calculateFormattingInformation(Line); in mightFitOnOneLine() 705 TokenAnnotator Annotator(Style, Keywords); mightFitOnOneLine() local
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 254 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main() 256 Annotator.reset(new CommentWriter()); in main() 264 M->print(Out->os(), Annotator.get(), PreserveAssemblyUseListOrder); in main() 246 std::unique_ptr<AssemblyAnnotationWriter> Annotator; main() local
|