Searched refs:StartTok (Results 1 – 3 of 3) sorted by relevance
208 template <tok::TokenKind StartTok, tok::TokenKind EndTok,2730 template <tok::TokenKind StartTok, tok::TokenKind EndTok,2732 void PragmaSupportHandler<StartTok, EndTok, UnexpectedDiag>::HandlePragma( in HandlePragma()2737 Tok.setKind(StartTok); in HandlePragma()2743 if (Tok.is(StartTok)) { in HandlePragma()2748 if (Tok.is(StartTok)) in HandlePragma()
4008 Token StartTok = Tok; in tryParseExceptionSpecification() local4026 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
16418 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local16420 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()16421 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()16422 StartTok.starts_with("/*") || StartTok.starts_with("//")); in ActOnFinishFunctionBody()