Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h142 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1143 S->setAtFinallyLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAtFinallyStmt()