Home
last modified time | relevance | path

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

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