Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1982 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h3439 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2229 S->setLeaveLoc(readSourceLocation()); in VisitSEHLeaveStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1709 S->setLeaveLoc(ReadSourceLocation(Record, Idx)); in VisitSEHLeaveStmt()