Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp61 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()
[all …]
DUnwrappedLineParser.h163 bool StructuralError; variable
DFormat.cpp1209 bool StructuralError = Parser.parse(); in format() local
1219 format(AnnotatedLines, StructuralError, Tokens); in format()
1238 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument