Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h142 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1251 S->setAtFinallyLoc(ReadSourceLocation()); in VisitObjCAtFinallyStmt()