Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h860 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
937 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
951 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
979 IdentifierInfo *kw_function; member
H A DUnwrappedLineParser.cpp693 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
962 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
992 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1464 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1790 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1791 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1869 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1870 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2006 (FormatTok->is(Keywords.kw_function) || in parseParens()
2007 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DTokenAnnotator.cpp260 (Left->Previous->is(Keywords.kw_function) || in parseParens()
262 Keywords.kw_function)))) { in parseParens()
2728 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
3347 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore()
3350 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
4018 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h397 kw_function, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8319 case lltok::kw_function: in parseGVEntry()
8350 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()