Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h330 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1284 S->setThrowLoc(ReadSourceLocation()); in VisitObjCAtThrowStmt()