Searched refs:StartTok (Results 1 – 3 of 3) sorted by relevance
208 template <tok::TokenKind StartTok, tok::TokenKind EndTok,2719 template <tok::TokenKind StartTok, tok::TokenKind EndTok,2721 void PragmaSupportHandler<StartTok, EndTok, UnexpectedDiag>::HandlePragma( in HandlePragma()2726 Tok.setKind(StartTok); in HandlePragma()2732 if (Tok.is(StartTok)) { in HandlePragma()2737 if (Tok.is(StartTok)) in HandlePragma()
4128 Token StartTok = Tok; in tryParseExceptionSpecification() local4146 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
15939 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local15941 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()15942 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()15943 StartTok.starts_with("/*") || StartTok.starts_with("//")); in ActOnFinishFunctionBody()