Home
last modified time | relevance | path

Searched refs:StartTok (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3689 Token StartTok = Tok; in tryParseExceptionSpecification() local
3707 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14549 StringRef StartTok(LexStart, Buffer.size() - LocInfo.second); in ActOnFinishFunctionBody() local
14551 return StartTok.consume_front("const") && in ActOnFinishFunctionBody()
14552 (StartTok.empty() || isWhitespace(StartTok[0]) || in ActOnFinishFunctionBody()
14553 StartTok.startswith("/*") || StartTok.startswith("//")); in ActOnFinishFunctionBody()