Searched refs:kw_extends (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Format/ |
D | FormatToken.h | 595 kw_extends = &IdentTable.get("extends"); in AdditionalKeywords() 648 IdentifierInfo *kw_extends; member
|
D | TokenAnnotator.cpp | 1477 Current->isOneOf(Keywords.kw_extends, Keywords.kw_implements, in getCurrentPrecedence() 1808 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws)) in splitPenalty() 2139 Keywords.kw_implements, Keywords.kw_extends)) in spaceRequiredBefore() 2365 if (Left.isOneOf(Keywords.kw_throws, Keywords.kw_extends, in canBreakBefore() 2368 if (Right.isOneOf(Keywords.kw_throws, Keywords.kw_extends, in canBreakBefore()
|
D | ContinuationIndenter.cpp | 612 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
|
D | UnwrappedLineParser.cpp | 676 Keywords.kw_abstract, Keywords.kw_extends, in mustBeJSIdent()
|