Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp128 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false), in AnnotatingParser()
2387 AutoFound = true; in determineTokenType()
2394 } else if (Current.is(tok::arrow) && AutoFound && in determineTokenType()
3110 bool AutoFound; member in clang::format::__anonadd98d890111::AnnotatingParser