Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp75 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false), in AnnotatingParser()
1663 AutoFound = true; in determineTokenType()
1667 } else if (Current.is(tok::arrow) && AutoFound && Line.MustBeDeclaration && in determineTokenType()
2108 bool AutoFound; member in clang::format::__anone3ff8e3d0111::AnnotatingParser