Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h374 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1615 S->setThrowLoc(readSourceLocation()); in VisitObjCAtThrowStmt()