Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h327 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc() function
DExprCXX.h824 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
/external/clang/include/clang/Sema/
DInitialization.h399 SourceLocation getThrowLoc() const { in getThrowLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1073 Writer.AddSourceLocation(S->getThrowLoc(), Record); in VisitObjCAtThrowStmt()
1278 Writer.AddSourceLocation(E->getThrowLoc(), Record); in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h6024 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
7884 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
DSemaInit.cpp4984 return Entity.getThrowLoc(); in getInitializationLoc()