Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp115 : Style(Style), Line(Line), CurrentToken(Line.First), AutoFound(false), in AnnotatingParser()
1878 AutoFound = true; in determineTokenType()
1882 } else if (Current.is(tok::arrow) && AutoFound && Line.MustBeDeclaration && in determineTokenType()
2476 bool AutoFound; member in clang::format::__anon192501e00111::AnnotatingParser