Home
last modified time | relevance | path

Searched refs:getSEHExceptKeyword (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp423 Tok.getIdentifierInfo() == getSEHExceptKeyword()) { in ParseSEHTryBlockCommon()
2573 Tok.getIdentifierInfo() == getSEHExceptKeyword()) || in ParseCXXTryBlockCommon()
2577 if(Tok.getIdentifierInfo() == getSEHExceptKeyword()) { in ParseCXXTryBlockCommon()
HDParser.cpp43 IdentifierInfo *Parser::getSEHExceptKeyword() { in getSEHExceptKeyword() function in Parser
/trueos/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h209 IdentifierInfo *getSEHExceptKeyword();