reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
341 Current.startsSequence(TT_SelectorName, tok::colon, tok::caret)) {
tools/clang/lib/Format/TokenAnnotator.cpp402 AttrTok->Next->startsSequence(tok::identifier, tok::l_paren)) 409 if (!Style.isCpp() || !Tok.startsSequence(tok::l_square, tok::l_square)) 420 if (AttrTok->startsSequence(tok::kw_using, tok::identifier, tok::colon)) 424 while (AttrTok && !AttrTok->startsSequence(tok::r_square, tok::r_square)) { 429 AttrTok->startsSequence(tok::identifier, tok::identifier) || 430 AttrTok->startsSequence(tok::r_paren, tok::identifier)) 436 return AttrTok && AttrTok->startsSequence(tok::r_square, tok::r_square);tools/clang/lib/Format/TokenAnnotator.h
87 return First && First->startsSequence(Tokens...);
tools/clang/lib/Format/UnwrappedLineParser.cpp1528 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); 1589 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { 1713 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))