Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp83 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false), in AnnotatingParser()
1823 AutoFound = true; in determineTokenType()
1827 } else if (Current.is(tok::arrow) && AutoFound && Line.MustBeDeclaration && in determineTokenType()
2404 bool AutoFound; member in clang::format::__anon095ba8b90111::AnnotatingParser