Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h102 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc() function
/external/clang/lib/Sema/
DJumpDiagnostics.cpp447 AC->getAtCatchLoc())); in BuildScopeInformation()
DTreeTransform.h6735 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(), in TransformObjCAtCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1096 Record.AddSourceLocation(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()
/external/clang/lib/AST/
DASTImporter.cpp5249 SourceLocation ToAtCatchLoc = Importer.Import(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()