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

/external/clang/include/clang/AST/
H A DStmtObjC.h328 SourceLocation getThrowLoc() { return AtThrowLoc; } function in class:clang::ObjCAtThrowStmt
H A DExprCXX.h820 SourceLocation getThrowLoc() const { return ThrowLoc; } function in class:clang::CXXThrowExpr
/external/clang/include/clang/Sema/
H A DInitialization.h389 SourceLocation getThrowLoc() const { function in class:clang::InitializedEntity
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1068 Writer.AddSourceLocation(S->getThrowLoc(), Record);
1272 Writer.AddSourceLocation(E->getThrowLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h5882 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get());
7438 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(),
H A DSemaInit.cpp4786 return Entity.getThrowLoc();

Completed in 221 milliseconds