Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h349 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1614 S->setThrowLoc(readSourceLocation()); in VisitObjCAtThrowStmt()