Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h1439 STMT_SEH_LEAVE, // SEHLeaveStmt enumerator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1760 Code = serialization::STMT_SEH_LEAVE; in VisitSEHLeaveStmt()
DASTReaderStmt.cpp3224 case STMT_SEH_LEAVE: in ReadStmtFromStream()