Searched refs:kw_function (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 620 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE() 886 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent() 916 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt() 1297 FormatTok->is(Keywords.kw_function) && in parseStructuralElement() 1460 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction() 1461 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction() 1521 if (FormatTok->is(Keywords.kw_function) || in parseBracedList() 1522 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList() 1645 (FormatTok->is(Keywords.kw_function) || in parseParens() 1646 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens() [all …]
|
| H A D | FormatToken.h | 685 kw_function = &IdentTable.get("function"); in AdditionalKeywords() 731 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords() 757 IdentifierInfo *kw_function; member
|
| H A D | TokenAnnotator.cpp | 185 (Left->Previous->is(Keywords.kw_function) || in parseParens() 187 Keywords.kw_function)))) { in parseParens() 2220 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty() 2640 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore() 2643 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore() 3151 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
|
| H A D | ContinuationIndenter.cpp | 773 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLToken.h | 366 kw_function, enumerator
|
| H A D | LLParser.cpp | 7649 case lltok::kw_function: in ParseGVEntry() 7680 assert(Lex.getKind() == lltok::kw_function); in ParseFunctionSummary()
|