Searched refs:StructuralError (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/ |
| D | UnwrappedLineParser.cpp | 59 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState() argument 62 StructuralError(StructuralError), in ScopedMacroState() 63 PreviousStructuralError(StructuralError), Token(NULL) { in ScopedMacroState() 74 StructuralError = PreviousStructuralError; in ~ScopedMacroState() 113 bool &StructuralError; member in clang::format::__anonfb5115ef0111::ScopedMacroState 190 CurrentLines(&Lines), StructuralError(false), Style(Style), Tokens(NULL), in UnwrappedLineParser() 202 StructuralError = false; in reset() 239 return StructuralError; in parse() 269 StructuralError = true; in parseLevel() 379 StructuralError = true; in parseBlock() [all …]
|
| D | UnwrappedLineParser.h | 145 bool StructuralError; variable
|
| D | Format.cpp | 1226 bool StructuralError = Parser.parse(); in format() local 1236 format(AnnotatedLines, StructuralError, Tokens); in format() 1255 bool StructuralError, FormatTokenLexer &Tokens) { in format() argument
|