Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp59 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()
[all …]
DUnwrappedLineParser.h157 bool StructuralError; variable
DFormat.cpp1699 bool StructuralError = Parser.parse(); in format() local
1709 format(AnnotatedLines, StructuralError, Tokens); in format()
1728 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument