Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp123 class AnnotatingParser { class
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() function in clang::format::__anonadd98d890111::AnnotatingParser
2147 AnnotatingParser &P;
2149 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator()
3647 AnnotatingParser Parser(Style, Line, Keywords, Scopes); in annotate()