Home
last modified time | relevance | path

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

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