Searched refs:kw_function (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatToken.h | 946 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 D | UnwrappedLineParser.cpp | 1063 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 D | DefinitionBlockSeparator.cpp | 58 CurrentToken->is(ExtraKeywords.kw_function)))) { in separateBlocks()
|
| H A D | TokenAnnotator.cpp | 311 (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 D | ContinuationIndenter.cpp | 915 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 345 kw_function, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8728 case lltok::kw_function: in parseGVEntry() 8759 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()
|