Lines Matching refs:StructuralError
61 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState() argument
64 StructuralError(StructuralError), in ScopedMacroState()
65 PreviousStructuralError(StructuralError), Token(nullptr) { in ScopedMacroState()
76 StructuralError = PreviousStructuralError; in ~ScopedMacroState()
115 bool &StructuralError; member in clang::format::__anon6af56abf0111::ScopedMacroState
211 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()
473 ScopedMacroState MacroState(*Line, Tokens, FormatTok, StructuralError); in parsePPDirective()
1206 StructuralError = true; in parseTryCatch()
1229 StructuralError = true; in parseTryCatch()