Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3734 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2336 S->setLeaveLoc(readSourceLocation()); in VisitSEHLeaveStmt()