Lines Matching refs:StructuralError
59 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState() argument
62 StructuralError(StructuralError), in ScopedMacroState()
63 PreviousStructuralError(StructuralError), Token(nullptr) { in ScopedMacroState()
74 StructuralError = PreviousStructuralError; in ~ScopedMacroState()
113 bool &StructuralError; member in clang::format::__anon8a02ed030111::ScopedMacroState
209 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()
456 ScopedMacroState MacroState(*Line, Tokens, FormatTok, StructuralError); in parsePPDirective()
1113 StructuralError = true; in parseTryCatch()
1132 StructuralError = true; in parseTryCatch()