Searched refs:StructuralError (Results 1 – 3 of 3) sorted by relevance
61 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState() argument64 StructuralError(StructuralError), in ScopedMacroState()65 PreviousStructuralError(StructuralError), Token(nullptr) { in ScopedMacroState()76 StructuralError = PreviousStructuralError; in ~ScopedMacroState()115 bool &StructuralError; member in clang::format::__anon6af56abf0111::ScopedMacroState211 CurrentLines(&Lines), StructuralError(false), Style(Style), in UnwrappedLineParser()224 StructuralError = false; in reset()261 return StructuralError; in parse()291 StructuralError = true; in parseLevel()413 StructuralError = true; in parseBlock()[all …]
163 bool StructuralError; variable
1209 bool StructuralError = Parser.parse(); in format() local1219 format(AnnotatedLines, StructuralError, Tokens); in format()1238 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument