Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h374 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1644 S->setThrowLoc(readSourceLocation()); in VisitObjCAtThrowStmt()