Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DUnwrappedLineParser.h145 bool StructuralError; variable
DUnwrappedLineParser.cpp59 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState()
113 bool &StructuralError; member in clang::format::__anonfb5115ef0111::ScopedMacroState
DFormat.cpp1226 bool StructuralError = Parser.parse(); in format() local
1255 bool StructuralError, FormatTokenLexer &Tokens) { in format()