Home
last modified time | relevance | path

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

12345

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_constants.h80 kw_function, enumerator
100 {parse_keyword_t::kw_function, L"function"},
H A Dast.cpp243 return std::make_pair(h->kw_function.range, L"function definition"); in find_block_open_keyword()
992 if (token1.keyword == pkt::kw_function && token2.is_help_argument) { in allocate_populate_statement_contents()
994 } else if (token1.keyword != pkt::kw_function && token2.has_dash_prefix) { in allocate_populate_statement_contents()
1014 case pkt::kw_function: in allocate_populate_statement_contents()
1044 case parse_keyword_t::kw_function: in allocate_populate_block_header()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp624 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
891 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
921 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1310 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1527 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1528 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1588 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1589 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1712 (FormatTok->is(Keywords.kw_function) || in parseParens()
1713 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h704 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
779 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
792 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
820 IdentifierInfo *kw_function; member
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp625 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
892 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
922 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1307 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1518 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1519 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1579 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1580 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1703 (FormatTok->is(Keywords.kw_function) || in parseParens()
1704 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h691 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
766 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
779 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
805 IdentifierInfo *kw_function; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp624 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
891 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
921 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1310 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1527 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1528 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1588 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1589 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1712 (FormatTok->is(Keywords.kw_function) || in parseParens()
1713 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h704 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
779 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
792 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
820 IdentifierInfo *kw_function; member
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp620 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
886 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
916 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1297 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1460 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1461 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1521 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1522 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1645 (FormatTok->is(Keywords.kw_function) || in parseParens()
1646 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h685 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
731 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
757 IdentifierInfo *kw_function; member
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp613 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
879 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
909 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1277 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1435 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1436 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1496 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1497 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1620 (FormatTok->is(Keywords.kw_function) || in parseParens()
1621 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h672 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
717 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
743 IdentifierInfo *kw_function; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp673 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
940 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
970 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1388 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1707 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1708 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1780 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1781 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1911 (FormatTok->is(Keywords.kw_function) || in parseParens()
1912 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h849 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
926 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
940 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
968 IdentifierInfo *kw_function; member
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUnwrappedLineParser.cpp694 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
961 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
991 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1415 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1734 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1735 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1807 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1808 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1938 (FormatTok->is(Keywords.kw_function) || in parseParens()
1939 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h852 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
929 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
943 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
971 IdentifierInfo *kw_function; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DUnwrappedLineParser.cpp673 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
940 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
970 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1388 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1707 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1708 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1780 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1781 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1911 (FormatTok->is(Keywords.kw_function) || in parseParens()
1912 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h783 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
860 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
874 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
902 IdentifierInfo *kw_function; member
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp673 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
940 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
970 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1388 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1707 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1708 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1780 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1781 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1911 (FormatTok->is(Keywords.kw_function) || in parseParens()
1912 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
H A DFormatToken.h723 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
800 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
814 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
842 IdentifierInfo *kw_function; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DUnwrappedLineParser.cpp694 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
961 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
991 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1415 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1734 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1735 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1807 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1808 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1938 (FormatTok->is(Keywords.kw_function) || in parseParens()
1939 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dschema-parse.c632 case kw_function: in extern_declaration()
653 case kw_function: in validate_declaration()
726 case kw_function: in schema_decl()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dschema-parse.c632 case kw_function: in extern_declaration()
653 case kw_function: in validate_declaration()
726 case kw_function: in schema_decl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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_override, in AdditionalKeywords()
951 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords()
979 IdentifierInfo *kw_function; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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

12345