Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A 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::__anon7e7ac7f00111::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()
410 StructuralError = true; in parseBlock()
[all …]
H A DUnwrappedLineParser.h161 bool StructuralError; variable
H A DFormat.cpp1081 bool StructuralError = Parser.parse(); in format() local
1091 format(AnnotatedLines, StructuralError, Tokens); in format()
1110 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument