Searched refs:kw_function (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineParser.cpp | 674 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 …]
|
D | FormatToken.h | 585 kw_function = &IdentTable.get("function"); in AdditionalKeywords() 637 IdentifierInfo *kw_function; member
|
D | TokenAnnotator.cpp | 149 (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()
|
D | ContinuationIndenter.cpp | 485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
D | LLToken.h | 345 kw_function, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLToken.h | 379 kw_function, enumerator
|
D | LLParser.cpp | 8049 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/ |
D | LLParser.cpp | 8728 case lltok::kw_function: in parseGVEntry() 8759 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()
|