Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h1889 STMT_SEH_LEAVE, // SEHLeaveStmt enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2374 Code = serialization::STMT_SEH_LEAVE; in VisitSEHLeaveStmt()
H A DASTReaderStmt.cpp3391 case STMT_SEH_LEAVE: in ReadStmtFromStream()