Home
last modified time | relevance | path

Searched refs:getAtFinallyLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h141 SourceLocation getAtFinallyLoc() const { return AtFinallyLoc; } in getAtFinallyLoc() function
/external/clang/lib/Sema/
DJumpDiagnostics.cpp442 AF->getAtFinallyLoc())); in BuildScopeInformation()
DTreeTransform.h6650 return getDerived().RebuildObjCAtFinallyStmt(S->getAtFinallyLoc(), in TransformObjCAtFinallyStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1091 Writer.AddSourceLocation(S->getAtFinallyLoc(), Record); in VisitObjCAtFinallyStmt()
/external/clang/lib/AST/
DASTImporter.cpp4966 SourceLocation ToAtFinallyLoc = Importer.Import(S->getAtFinallyLoc()); in VisitObjCAtFinallyStmt()