Searched refs:StructuralError (Results 1 – 3 of 3) sorted by relevance
59 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState() argument62 StructuralError(StructuralError), in ScopedMacroState()63 PreviousStructuralError(StructuralError), Token(nullptr) { in ScopedMacroState()74 StructuralError = PreviousStructuralError; in ~ScopedMacroState()113 bool &StructuralError; member in clang::format::__anon8a02ed030111::ScopedMacroState209 CurrentLines(&Lines), StructuralError(false), Style(Style), in UnwrappedLineParser()222 StructuralError = false; in reset()259 return StructuralError; in parse()289 StructuralError = true; in parseLevel()412 StructuralError = true; in parseBlock()[all …]
157 bool StructuralError; variable
1699 bool StructuralError = Parser.parse(); in format() local1709 format(AnnotatedLines, StructuralError, Tokens); in format()1728 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument