Searched refs:kw_function (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp624 if (I->Tok->isNot(Keywords.kw_function))
891 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is,
921 Keywords.kw_async, Keywords.kw_function,
1310 FormatTok->is(Keywords.kw_function) &&
1527 assert(FormatTok->is(Keywords.kw_function) ||
1528 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function));
1588 if (FormatTok->is(Keywords.kw_function) ||
1589 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) {
1712 (FormatTok->is(Keywords.kw_function) ||
1713 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))
[all...]
H A DFormatToken.h704 kw_function = &IdentTable.get("function");
779 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
792 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
820 IdentifierInfo *kw_function; member in struct:clang::format::AdditionalKeywords
H A DTokenAnnotator.cpp201 (Left->Previous->is(Keywords.kw_function) ||
203 Keywords.kw_function)))) {
2418 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma))
2921 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield))
2924 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield,
3474 Keywords.kw_function, tok::kw_class, tok::kw_enum,
H A DContinuationIndenter.cpp776 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLToken.h379 kw_function, enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp8049 case lltok::kw_function:
8080 assert(Lex.getKind() == lltok::kw_function);

Completed in 273 milliseconds