Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtObjC.h141 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp1097 S->setAtFinallyLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAtFinallyStmt()