Home
last modified time | relevance | path

Searched refs:kw_throws (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h873 kw_throws = &IdentTable.get("throws"); in AdditionalKeywords()
993 IdentifierInfo *kw_throws; member
H A DTokenAnnotator.cpp2199 Keywords.kw_throws)) in getCurrentPrecedence()
2605 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws)) in splitPenalty()
3826 if (Left.isOneOf(Keywords.kw_throws, Keywords.kw_extends, in canBreakBefore()
3829 if (Right.isOneOf(Keywords.kw_throws, Keywords.kw_extends, in canBreakBefore()
H A DUnwrappedLineParser.cpp963 Keywords.kw_instanceof, Keywords.kw_interface, Keywords.kw_throws, in mustBeJSIdent()