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

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

Completed in 2384 milliseconds