Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h3081 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1862 S->setLeaveLoc(ReadSourceLocation()); in VisitSEHLeaveStmt()