Home
last modified time | relevance | path

Searched refs:kw_function (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp674 Keywords.kw_function, Keywords.kw_import, in mustBeJSIdent()
702 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1029 (FormatTok->is(Keywords.kw_function) || in parseStructuralElement()
1031 Keywords.kw_function)) && in parseStructuralElement()
1218 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1219 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1273 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1274 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1372 (FormatTok->is(Keywords.kw_function) || in parseParens()
1373 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
DFormatToken.h585 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
637 IdentifierInfo *kw_function; member
DTokenAnnotator.cpp149 (Left->Previous->is(Keywords.kw_function) || in parseParens()
151 Keywords.kw_function)))) { in parseParens()
1815 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
2117 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore()
DContinuationIndenter.cpp485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()