Searched refs:StructuralError (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Format/ |
H A D | UnwrappedLineParser.h | 163 bool StructuralError; member in class:clang::format::UnwrappedLineParser
|
H A D | UnwrappedLineParser.cpp | 61 FormatToken *&ResetToken, bool &StructuralError) 64 StructuralError(StructuralError), 65 PreviousStructuralError(StructuralError), Token(nullptr) { 76 StructuralError = PreviousStructuralError; 115 bool &StructuralError; member in class:clang::format::__anon1028::ScopedMacroState 211 CurrentLines(&Lines), StructuralError(false), Style(Style), 224 StructuralError = false; 261 return StructuralError; 291 StructuralError 60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, FormatToken *&ResetToken, bool &StructuralError) argument [all...] |
H A D | Format.cpp | 1209 bool StructuralError = Parser.parse(); local 1219 format(AnnotatedLines, StructuralError, Tokens); 1238 bool StructuralError, FormatTokenLexer &Tokens) { 1237 format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, bool StructuralError, FormatTokenLexer &Tokens) argument
|
Completed in 1217 milliseconds