Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp693 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
960 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
990 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1406 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1732 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1733 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1805 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1806 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1936 (FormatTok->is(Keywords.kw_function) || in parseParens()
1937 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h850 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
927 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
941 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
969 IdentifierInfo *kw_function; member
H A DTokenAnnotator.cpp248 (Left->Previous->is(Keywords.kw_function) || in parseParens()
250 Keywords.kw_function)))) { in parseParens()
2612 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
3220 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore()
3223 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
3890 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
H A DContinuationIndenter.cpp818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLToken.h395 kw_function, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8618 case lltok::kw_function: in parseGVEntry()
8649 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()