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()
3790 Token StartTok = Tok; in tryParseExceptionSpecification() local3808 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
15127 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local15129 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()15130 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()15131 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()