Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h106 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1611 S->setAtCatchLoc(readSourceLocation()); in VisitObjCAtCatchStmt()