Home
last modified time | relevance | path

Searched refs:getThrowLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h328 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
DExprCXX.h713 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
/external/clang/include/clang/Sema/
DInitialization.h350 SourceLocation getThrowLoc() const { in getThrowLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp999 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()
1197 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h5730 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
7199 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
DSemaInit.cpp4460 return Entity.getThrowLoc(); in getInitializationLoc()