Searched refs:kw_function (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatToken.h | 913 kw_function = &IdentTable.get("function"); in AdditionalKeywords() 1128 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords() 1142 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords() 1197 kw_function, in AdditionalKeywords() 1300 IdentifierInfo *kw_function; member
|
| H A D | UnwrappedLineParser.cpp | 1005 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE() 1291 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent() 1321 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt() 1865 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_function) && in parseStructuralElement() 2213 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction() 2214 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction() 2292 if (FormatTok->is(Keywords.kw_function) || in parseBracedList() 2293 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList() 2418 (FormatTok->is(Keywords.kw_function) || in parseParens() 2420 Keywords.kw_function))) { in parseParens() [all …]
|
| H A D | DefinitionBlockSeparator.cpp | 58 CurrentToken->is(ExtraKeywords.kw_function)))) { in separateBlocks()
|
| H A D | TokenAnnotator.cpp | 278 (OpeningParen.Previous->is(Keywords.kw_function) || in parseParens() 280 Keywords.kw_function)))) { in parseParens() 3049 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty() 3870 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) { in spaceRequiredBefore() 3874 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore() 4681 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
|
| H A D | ContinuationIndenter.cpp | 899 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
|
| /llvm-project-15.0.7/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 329 kw_function, enumerator
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8453 case lltok::kw_function: in parseGVEntry() 8484 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()
|