Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1050 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
1285 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords()
1299 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
1331 kw_fork, kw_function, in AdditionalKeywords()
1418 IdentifierInfo *kw_function; member
1876 if (Tok.endsSequence(kw_function, kw_with)) in isVerilogHierarchy()
1883 return Tok.isOneOf(tok::kw_case, tok::kw_class, kw_function, kw_module, in isVerilogHierarchy()
H A DUnwrappedLineParser.cpp953 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
1253 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
1283 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1955 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
2386 assert(FormatTok->is(Keywords.kw_function)); in tryToParseJSFunction()
2463 if (FormatTok->is(Keywords.kw_function)) { in parseBracedList()
2635 if (Style.isJavaScript() && (FormatTok->is(Keywords.kw_function))) in parseParens()
4312 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()
H A DTokenAnnotator.cpp371 (OpeningParen.Previous->is(Keywords.kw_function) || in parseParens()
373 Keywords.kw_function)))) { in parseParens()
4159 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
5051 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) { in spaceRequiredBefore()
5055 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
5188 Left.isOneOf(TT_VerilogDimensionedTypeName, Keywords.kw_function)) { in spaceRequiredBefore()
6011 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
H A DContinuationIndenter.cpp1004 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h379 kw_function, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9346 case lltok::kw_function: in parseGVEntry()
9378 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()