Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h946 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
1163 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords()
1177 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
1232 kw_function, in AdditionalKeywords()
1335 IdentifierInfo *kw_function; member
1772 if (Tok.endsSequence(kw_function, kw_with)) in isVerilogHierarchy()
1779 return Tok.isOneOf(tok::kw_case, tok::kw_class, kw_function, kw_module, in isVerilogHierarchy()
H A DUnwrappedLineParser.cpp1063 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
1360 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
1390 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1988 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
2390 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
2391 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
2469 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
2470 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2595 (FormatTok->is(Keywords.kw_function) || in parseParens()
2597 Keywords.kw_function))) { in parseParens()
[all …]
H A DDefinitionBlockSeparator.cpp58 CurrentToken->is(ExtraKeywords.kw_function)))) { in separateBlocks()
H A DTokenAnnotator.cpp311 (OpeningParen.Previous->is(Keywords.kw_function) || in parseParens()
313 Keywords.kw_function)))) { in parseParens()
3160 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
4001 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) { in spaceRequiredBefore()
4005 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
4122 Left.isOneOf(TT_VerilogDimensionedTypeName, Keywords.kw_function)) { in spaceRequiredBefore()
4866 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
H A DContinuationIndenter.cpp915 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h345 kw_function, enumerator
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8728 case lltok::kw_function: in parseGVEntry()
8759 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()