Searched refs:StartTok (Results 1 – 2 of 2) sorted by relevance
3689 Token StartTok = Tok; in tryParseExceptionSpecification() local3707 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
14549 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local14551 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()14552 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()14553 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()