reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
726 kw___except = &IdentTable.get("__except");
tools/clang/lib/Format/TokenAnnotator.cpp 2659 (Left.isOneOf(tok::kw_try, Keywords.kw___except, tok::kw_catch,
tools/clang/lib/Format/UnwrappedLineFormatter.cpp531 tok::kw_for, tok::r_brace, Keywords.kw___except)) { 564 Keywords.kw___except, tok::kw___finally))tools/clang/lib/Format/UnwrappedLineParser.cpp
1845 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except,