Searched refs:StartTok (Results 1 – 3 of 3) sorted by relevance
30 processTokens(const FormatToken *Tok, tok::TokenKind StartTok, in processTokens() argument33 if (!Tok || Tok->isNot(StartTok)) in processTokens()37 if (Tok->is(StartTok)) in processTokens()
3882 Token StartTok = Tok; in tryParseExceptionSpecification() local3900 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
15554 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local15556 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()15557 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()15558 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()