reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
776 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
tools/clang/lib/Format/FormatToken.h702 kw_function = &IdentTable.get("function"); 777 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, 790 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,tools/clang/lib/Format/TokenAnnotator.cpp
201 (Left->Previous->is(Keywords.kw_function) || 203 Keywords.kw_function)))) { 2330 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) 2781 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) 2784 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, 3329 Keywords.kw_function, tok::kw_class, tok::kw_enum,tools/clang/lib/Format/UnwrappedLineParser.cpp
624 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))) 2405 if (FormatTok->is(Keywords.kw_function)) {