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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h145 bool StructuralError; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp59 FormatToken *&ResetToken, bool &StructuralError)
62 StructuralError(StructuralError),
63 PreviousStructuralError(StructuralError), Token(NULL) {
74 StructuralError = PreviousStructuralError;
113 bool &StructuralError; member in class:clang::format::__anon3277::ScopedMacroState
190 CurrentLines(&Lines), StructuralError(false), Style(Style), Tokens(NULL),
202 StructuralError = false;
239 return StructuralError;
269 StructuralError
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, FormatToken *&ResetToken, bool &StructuralError) argument
[all...]
H A DFormat.cpp1226 bool StructuralError = Parser.parse(); local
1236 format(AnnotatedLines, StructuralError, Tokens);
1255 bool StructuralError, FormatTokenLexer &Tokens) {
1254 format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, bool StructuralError, FormatTokenLexer &Tokens) argument

Completed in 63 milliseconds