Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp674 Keywords.kw_function, Keywords.kw_import, in mustBeJSIdent()
702 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1029 (FormatTok->is(Keywords.kw_function) || in parseStructuralElement()
1031 Keywords.kw_function)) && in parseStructuralElement()
1218 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1219 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1273 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1274 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1372 (FormatTok->is(Keywords.kw_function) || in parseParens()
1373 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
[all …]
DFormatToken.h585 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
637 IdentifierInfo *kw_function; member
DTokenAnnotator.cpp149 (Left->Previous->is(Keywords.kw_function) || in parseParens()
151 Keywords.kw_function)))) { in parseParens()
1815 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
2117 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore()
DContinuationIndenter.cpp485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLToken.h345 kw_function, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLToken.h379 kw_function, enumerator
DLLParser.cpp8049 case lltok::kw_function: in ParseGVEntry()
8080 assert(Lex.getKind() == lltok::kw_function); in ParseFunctionSummary()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp8728 case lltok::kw_function: in parseGVEntry()
8759 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()